[Pod] Fixed Podfiles, added targets to Podfiles

This commit is contained in:
SotoiGhost 2016-06-18 20:07:52 -05:00
Родитель 23eb86dfd5
Коммит 2b3a0cf173
9 изменённых файлов: 31 добавлений и 20 удалений

5
Google.AppIndexing/externals/Podfile поставляемый
Просмотреть файл

@ -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

7
Google.AppInvite/externals/Podfile поставляемый
Просмотреть файл

@ -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

5
Google.Cast/externals/Podfile поставляемый
Просмотреть файл

@ -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

6
Google.Core/externals/Podfile поставляемый
Просмотреть файл

@ -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

7
Google.InstanceID/externals/Podfile поставляемый
Просмотреть файл

@ -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

4
Google.Maps/externals/Podfile поставляемый
Просмотреть файл

@ -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

5
Google.SignIn/externals/Podfile поставляемый
Просмотреть файл

@ -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

5
Google.TagManager/externals/Podfile поставляемый
Просмотреть файл

@ -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