summaryrefslogtreecommitdiff
path: root/Podfile
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2017-06-28 22:04:44 +0300
committerGravatar Vitaly Takmazov2017-06-28 22:04:44 +0300
commit3cdb6da2f5eb360ff584385901e4801462493bb0 (patch)
treebc06a29ae383230adc19232cd18adee4c7c97d68 /Podfile
parent33cff33dcf6d48211c343245a1d93f5c8f4d408e (diff)
drop use_frameworks
Diffstat (limited to 'Podfile')
-rw-r--r--Podfile7
1 files changed, 1 insertions, 6 deletions
diff --git a/Podfile b/Podfile
index ba52477..f12bc3c 100644
--- a/Podfile
+++ b/Podfile
@@ -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
-