Skip to content

Commit

Permalink
Merge branch 'master' into feature/fix-persistent-container-loading
Browse files Browse the repository at this point in the history
  • Loading branch information
evantk91 authored Nov 20, 2024
2 parents 5e0420f + 86f01d7 commit 9cd5af0
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 9cd5af0

Please sign in to comment.