Skip to content

Commit 86f01d7

Browse files
authored
Merge pull request #863 from Iterable/chore/update-podspec
[MOB-10183] updates podspec pointers to renamed repo
2 parents 885d255 + e104599 commit 86f01d7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Iterable-iOS-AppExtensions.podspec

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ Pod::Spec.new do |s|
88
App extensions for rich push notifications with Iterable's iOS SDK
99
DESC
1010

11-
s.homepage = "https://github.com/Iterable/swift-sdk.git"
11+
s.homepage = "https://github.com/Iterable/iterable-swift-sdk.git"
1212
s.license = "MIT"
1313
s.author = { "Jay Kim" => "[email protected]" }
1414

15-
s.platform = :ios, "10.0"
16-
s.source = { :git => "https://github.com/Iterable/swift-sdk.git", :tag => s.version }
15+
s.platform = :ios, "12.0"
16+
s.source = { :git => "https://github.com/Iterable/iterable-swift-sdk.git", :tag => s.version }
1717
s.source_files = "notification-extension/*.{h,m,swift}"
1818

1919
s.pod_target_xcconfig = {

Iterable-iOS-SDK.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ Pod::Spec.new do |s|
88
Iterable's iOS SDK integrating utility and the Iterable API
99
DESC
1010

11-
s.homepage = "https://github.com/Iterable/swift-sdk.git"
11+
s.homepage = "https://github.com/Iterable/iterable-swift-sdk.git"
1212
s.license = "MIT"
1313
s.author = { "Jay Kim" => "[email protected]" }
1414

1515
s.platform = :ios, "12.0"
16-
s.source = { :git => "https://github.com/Iterable/swift-sdk.git", :tag => s.version }
16+
s.source = { :git => "https://github.com/Iterable/iterable-swift-sdk.git", :tag => s.version }
1717
s.source_files = "swift-sdk/**/*.{h,m,swift}"
1818
s.exclude_files = "swift-sdk/swiftui/**"
1919

0 commit comments

Comments
 (0)