diff options
author | Vitaly Takmazov | 2016-08-14 02:21:31 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2016-08-14 02:21:31 +0300 |
commit | 8a79dcc214d525d1a59ee95173583976cd774287 (patch) | |
tree | 2792151c5b97990d695aa0ff1ae77edc41663b08 /Podfile | |
parent | 2b5477f18d855820a9c17993b7c0906321fb3cef (diff) |
new message cell layout
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' |