[Pod] Fixed Podfiles, added targets to Podfiles
This commit is contained in:
Родитель
23eb86dfd5
Коммит
2b3a0cf173
|
@ -4,5 +4,6 @@ source 'https://github.com/CocoaPods/Specs.git'
|
|||
platform :ios, '7.0'
|
||||
install! 'cocoapods', :integrate_targets => false
|
||||
|
||||
pod 'GoogleAppIndexing', '2.0.3'
|
||||
|
||||
target 'GoogleAppIndexing' do
|
||||
pod 'GoogleAppIndexing', '2.0.3'
|
||||
end
|
||||
|
|
|
@ -4,6 +4,7 @@ source 'https://github.com/CocoaPods/Specs.git'
|
|||
platform :ios, '7.0'
|
||||
install! 'cocoapods', :integrate_targets => false
|
||||
|
||||
pod 'AppInvites', '1.0.2'
|
||||
pod 'Google/AppInvite', '1.1.0'
|
||||
|
||||
target 'GoogleAppInvite' do
|
||||
pod 'AppInvites', '1.0.2'
|
||||
pod 'Google/AppInvite', '1.1.0'
|
||||
end
|
||||
|
|
|
@ -3,5 +3,6 @@ source 'https://github.com/CocoaPods/Specs.git'
|
|||
platform :ios, '6.0'
|
||||
install! 'cocoapods', :integrate_targets => false
|
||||
|
||||
pod 'google-cast-sdk', '2.10.4'
|
||||
|
||||
target 'GoogleCast' do
|
||||
pod 'google-cast-sdk', '2.10.4'
|
||||
end
|
||||
|
|
|
@ -4,5 +4,7 @@ source 'https://github.com/CocoaPods/Specs.git'
|
|||
platform :ios, '7.0'
|
||||
install! 'cocoapods', :integrate_targets => false
|
||||
|
||||
pod 'Google/Core', '2.0.4'
|
||||
pod 'GoogleInterchangeUtilities', '1.2.0'
|
||||
target 'GoogleCore' do
|
||||
pod 'Google/Core', '2.0.4'
|
||||
pod 'GoogleInterchangeUtilities', '1.2.0'
|
||||
end
|
|
@ -4,6 +4,7 @@ source 'https://github.com/CocoaPods/Specs.git'
|
|||
platform :ios, '7.0'
|
||||
install! 'cocoapods', :integrate_targets => false
|
||||
|
||||
pod 'GoogleCloudMessaging', '1.1.2'
|
||||
pod 'Google/CloudMessaging', '2.0.3'
|
||||
|
||||
target 'GoogleCloudMessaging' do
|
||||
pod 'GoogleCloudMessaging', '1.1.2'
|
||||
pod 'Google/CloudMessaging', '2.0.3'
|
||||
end
|
||||
|
|
|
@ -4,6 +4,7 @@ source 'https://github.com/CocoaPods/Specs.git'
|
|||
platform :ios, '7.0'
|
||||
install! 'cocoapods', :integrate_targets => false
|
||||
|
||||
pod 'GGLInstanceID', '1.2.1'
|
||||
pod 'GoogleIPhoneUtilities', '1.2.0'
|
||||
|
||||
target 'GoogleInstanceID' do
|
||||
pod 'GGLInstanceID', '1.2.1'
|
||||
pod 'GoogleIPhoneUtilities', '1.2.0'
|
||||
end
|
||||
|
|
|
@ -3,4 +3,6 @@ source 'https://github.com/CocoaPods/Specs.git'
|
|||
platform :ios, '7.0'
|
||||
install! 'cocoapods', :integrate_targets => false
|
||||
|
||||
pod 'GoogleMaps', '1.13.1'
|
||||
target 'GoogleMaps' do
|
||||
pod 'GoogleMaps', '1.13.1'
|
||||
end
|
||||
|
|
|
@ -3,5 +3,6 @@ source 'https://github.com/CocoaPods/Specs.git'
|
|||
platform :ios, '7.0'
|
||||
install! 'cocoapods', :integrate_targets => false
|
||||
|
||||
pod 'GoogleSignIn', '3.0.0'
|
||||
|
||||
target 'GoogleSignIn' do
|
||||
pod 'GoogleSignIn', '3.0.0'
|
||||
end
|
||||
|
|
|
@ -4,5 +4,6 @@ source 'https://github.com/CocoaPods/Specs.git'
|
|||
platform :ios, '6.0'
|
||||
install! 'cocoapods', :integrate_targets => false
|
||||
|
||||
pod 'GoogleTagManager', '3.15.0'
|
||||
|
||||
target 'GoogleTagManager' do
|
||||
pod 'GoogleTagManager', '3.15.0'
|
||||
end
|
||||
|
|
Загрузка…
Ссылка в новой задаче