Skip to content

Commit 9965834

Browse files
google-ima-devrel-botIMA Developer Relations
authored andcommitted
Removes explicit CocoaPods source from Podfiles.
PiperOrigin-RevId: 820380727
1 parent 691d898 commit 9965834

File tree

9 files changed

+0
-18
lines changed

9 files changed

+0
-18
lines changed

Objective-C/AdvancedExample/Podfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
source 'https://github.com/CocoaPods/Specs.git'
2-
31
platform :ios, '17'
42

53
target "AdvancedExample" do

Objective-C/BasicExample/Podfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
source 'https://github.com/CocoaPods/Specs.git'
2-
31
platform :ios, '14'
42

53
target 'BasicExample' do

Objective-C/PodServingExample/Podfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
source 'https://github.com/CocoaPods/Specs.git'
2-
31
platform :ios, '14'
42

53
target 'PodServingExample' do

Objective-C/Snippets/Podfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
source 'https://github.com/CocoaPods/Specs.git'
2-
31
platform :ios, '14'
42

53
target 'Snippets' do

Objective-C/VideoStitcherExample/Podfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
source 'https://github.com/CocoaPods/Specs.git'
2-
31
platform :ios, '14'
42

53
target 'VideoStitcherExample' do

Swift/BasicExample/Podfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
source 'https://github.com/CocoaPods/Specs.git'
2-
31
platform :ios, '17'
42
project 'BasicExample.xcodeproj'
53

Swift/PodServingExample/Podfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
source 'https://github.com/CocoaPods/Specs.git'
2-
31
platform :ios, '17'
42
project 'PodServingExample.xcodeproj'
53

Swift/SGAIClientSideExample/Podfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
source 'https://github.com/CocoaPods/Specs.git'
2-
31
platform :ios, '18'
42
project 'SGAIClientSideExample.xcodeproj'
53

Swift/VideoStitcherExample/Podfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
source 'https://github.com/CocoaPods/Specs.git'
2-
31
platform :ios, '17'
42
project 'VideoStitcherExample.xcodeproj'
53

0 commit comments

Comments
 (0)