diff options
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 - |