12345678910111213141516171819202122232425262728293031 |
- # Uncomment the next line to define a global platform for your project
- # platform :ios, '9.0'
- target 'Learn Genie' do
- # Comment the next line if you don't want to use dynamic frameworks
- use_frameworks!
- # Pods for Learn Genie
- pod 'SwiftyGif'
- pod 'SideMenu'
- pod 'Firebase/Auth'
- pod 'GoogleSignIn'
- pod 'Alamofire'
- pod 'RealmSwift'
- pod 'Toast-Swift'
- pod 'OTPFieldView'
- pod 'SSZipArchive'
- pod 'youtube-ios-player-helper'
- pod 'SwiftyJSON'
- pod 'IQKeyboardManagerSwift'
- target 'Learn GenieTests' do
- inherit! :search_paths
- # Pods for testing
- end
- target 'Learn GenieUITests' do
- # Pods for testing
- end
- end
|