Skip to content
Permalink
ffd4f19259
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
 
 
Cannot retrieve contributors at this time
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