1234567891011121314151617181920212223242526 |
- target 'Product Calculator' do
-
- use_frameworks!
-
- pod 'SwiftyGif'
- pod 'GoogleSignIn'
- pod 'SideMenu'
- pod 'Alamofire'
- pod 'Toast-Swift'
- pod 'SwiftyJSON'
- pod 'IQKeyboardManagerSwift'
- target 'Product CalculatorTests' do
- inherit! :search_paths
-
- end
- target 'Product CalculatorUITests' do
-
- end
- end
|