Podfile 561 B

1234567891011121314151617181920212223242526272829
  1. # Uncomment the next line to define a global platform for your project
  2. # platform :ios, '9.0'
  3. target 'LMS' do
  4. # Comment the next line if you don't want to use dynamic frameworks
  5. use_frameworks!
  6. # Pods for LMS
  7. pod 'FSCalendar'
  8. pod 'Alamofire'
  9. pod 'Toast-Swift'
  10. pod 'SwiftyJSON'
  11. pod 'SideMenu'
  12. pod 'JWTDecode', '~> 3.0'
  13. pod 'RealmSwift'
  14. pod 'HCVimeoVideoExtractor'
  15. pod 'Zip'
  16. pod 'ExpyTableView'
  17. target 'LMSTests' do
  18. inherit! :search_paths
  19. # Pods for testing
  20. end
  21. target 'LMSUITests' do
  22. # Pods for testing
  23. end
  24. end