diff options
author | Vitaly Takmazov | 2017-06-28 22:04:44 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2017-06-28 22:04:44 +0300 |
commit | 3cdb6da2f5eb360ff584385901e4801462493bb0 (patch) | |
tree | bc06a29ae383230adc19232cd18adee4c7c97d68 /Podfile | |
parent | 33cff33dcf6d48211c343245a1d93f5c8f4d408e (diff) |
drop use_frameworks
Diffstat (limited to 'Podfile')
-rw-r--r-- | Podfile | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -1,6 +1,5 @@ # Uncomment this line to define a global platform for your project -platform :ios, "9.0" -use_frameworks! +platform :ios, "9.3" target "Juick" do pod 'AFNetworking' @@ -16,7 +15,3 @@ target "Juick" do pod 'XLForm' end -target "JuickTests" do - -end - |