1234567891011121314151617181920212223242526272829 |
- # Uncomment the next line to define a global platform for your project
- # platform :ios, '9.0'
- target 'LMS' do
- # Comment the next line if you don't want to use dynamic frameworks
- use_frameworks!
- # Pods for LMS
- pod 'FSCalendar'
- pod 'Alamofire'
- pod 'Toast-Swift'
- pod 'SwiftyJSON'
- pod 'SideMenu'
- pod 'JWTDecode', '~> 3.0'
- pod 'RealmSwift'
- pod 'HCVimeoVideoExtractor'
- pod 'Zip'
- pod 'ExpyTableView'
- target 'LMSTests' do
- inherit! :search_paths
- # Pods for testing
- end
- target 'LMSUITests' do
- # Pods for testing
- end
- end
|