summaryrefslogtreecommitdiff
path: root/Podfile
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2016-09-20 22:54:09 +0300
committerGravatar Vitaly Takmazov2016-09-20 22:54:09 +0300
commit28dbe51f1df357ecd67746703a1d4b137da037de (patch)
tree4f6975d70e9f1797a7a4336f5e461934533cae91 /Podfile
parent0acb7d3c3524c2912f3c3f2a7f2cc383a3429b5d (diff)
use_frameworks
Diffstat (limited to 'Podfile')
-rw-r--r--Podfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Podfile b/Podfile
index f33fa1c..180e8db 100644
--- a/Podfile
+++ b/Podfile
@@ -1,5 +1,6 @@
# Uncomment this line to define a global platform for your project
platform :ios, "9.0"
+use_frameworks!
target "Juick" do
pod 'AFNetworking'