Skip to content

Commit

Permalink
Merge pull request #863 from Iterable/chore/update-podspec
Browse files Browse the repository at this point in the history
[MOB-10183] updates podspec pointers to renamed repo
  • Loading branch information
evantk91 authored Nov 19, 2024
2 parents 885d255 + e104599 commit 86f01d7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Iterable-iOS-AppExtensions.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ Pod::Spec.new do |s|
App extensions for rich push notifications with Iterable's iOS SDK
DESC

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

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

s.pod_target_xcconfig = {
Expand Down
4 changes: 2 additions & 2 deletions Iterable-iOS-SDK.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ Pod::Spec.new do |s|
Iterable's iOS SDK integrating utility and the Iterable API
DESC

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

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

Expand Down

0 comments on commit 86f01d7

Please sign in to comment.