Skip to content
Permalink
d169bdf1fd
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
1 contributor

Users who have contributed to this file

22 lines (19 sloc) 431 Bytes
source 'https://github.com/CocoaPods/Specs.git'
target 'SynchronyFinancial' do
platform :ios, '10.0'
pod 'SwiftLint'
pod 'Alamofire'
pod 'SwiftyJSON'
end
target 'SynchronyFinancial WatchKit App' do
platform :watchos, '2.0'
pod 'SwiftLint'
pod 'Alamofire'
pod 'SwiftyJSON'
end
target 'SynchronyFinancial WatchKit Extension' do
platform :watchos, '2.0'
pod 'SwiftLint'
pod 'Alamofire'
pod 'SwiftyJSON'
end