Advertisement
Guest User

Untitled

a guest
Aug 31st, 2016
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. # Uncomment this line to define a global platform for your project
  2. platform :ios, '9.0'
  3. # Uncomment this line if you're using Swift
  4. use_frameworks!
  5.  
  6. target 'Restofire-NYT' do
  7.  
  8. pod 'Restofire', '1.1.0'
  9. pod 'SwiftyJSON', '2.3.2'
  10. pod 'RealmSwift', '0.102.0'
  11.  
  12. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement