Advertisement
Guest User

Untitled

a guest
Nov 20th, 2017
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. platform :ios, '9.0'
  2.  
  3. use_frameworks!
  4.  
  5. target 'SomeApp' do
  6. pod 'R.swift'
  7. pod 'SegueManager/R.swift'
  8. pod 'Eureka', :git => 'https://github.com/xmartlabs/Eureka.git', :branch => 'feature/Xcode9-Swift3_2'
  9. pod 'Firebase/Messaging'
  10. pod 'Locksmith'
  11. pod 'SwiftyJSON'
  12. pod 'RealmSwift'
  13. pod 'RxSwift'
  14. pod 'Moya/RxSwift'
  15. pod 'MoyaSugar/RxSwift'
  16. pod 'Moya-ObjectMapper/RxSwift'
  17.  
  18. pod 'PopupDialog'
  19. pod 'Toast-Swift'
  20. pod 'StatefulViewController', :git => 'https://github.com/aschuch/StatefulViewController.git', :commit => '4a0e6ec'
  21. pod 'SwiftLint'
  22. pod 'Fabric'
  23. pod 'Crashlytics'
  24. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement