2016-04-20 21:40:45 +03:00
|
|
|
workspace 'GPGFieldExporter'
|
|
|
|
xcodeproj 'FieldExporter/GPGFieldExporter.xcodeproj'
|
|
|
|
|
|
|
|
platform :ios, '7.0'
|
2016-06-30 03:41:18 +03:00
|
|
|
install! 'cocoapods', :integrate_targets => false
|
2016-04-20 21:40:45 +03:00
|
|
|
|
2016-06-30 03:41:18 +03:00
|
|
|
target 'GooglePlayGames' do
|
2016-04-20 21:40:45 +03:00
|
|
|
pod 'GooglePlayGames', '5.1.1'
|
|
|
|
end
|