diff options
Diffstat (limited to 'Podfile')
-rw-r--r-- | Podfile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,10 +1,9 @@ # Uncomment this line to define a global platform for your project -platform :ios, "6.0" +platform :ios, "9.0" target "Juick" do pod 'MWFeedParser' pod 'TTTAttributedLabel' -pod 'Masonry' pod 'SWRevealViewController' pod 'PDKeychainBindingsController' pod 'RestKit' |