blob: a327fe0520cde8c7caf8e3410b4033a7a50fe912 [file] [log] [blame] [edit]
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