| use_frameworks! | |
| workspace 'Examples.xcworkspace' | |
| project 'watchOSsample.xcodeproj' | |
| target 'watchOSsample' do | |
| pod 'Alamofire', :path => './Alamofire' | |
| end | |
| target 'watchOSsample WatchKit Extension' do | |
| platform :watchos, '2.0' | |
| pod 'Alamofire', :path => './Alamofire' | |
| end |