diff options
author | Vitaly Takmazov | 2016-09-20 22:54:09 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2016-09-20 22:54:09 +0300 |
commit | 28dbe51f1df357ecd67746703a1d4b137da037de (patch) | |
tree | 4f6975d70e9f1797a7a4336f5e461934533cae91 /Podfile | |
parent | 0acb7d3c3524c2912f3c3f2a7f2cc383a3429b5d (diff) |
use_frameworks
Diffstat (limited to 'Podfile')
-rw-r--r-- | Podfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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' |