Skip to content

Commit

Permalink
[MOB-10400] update documentation url
Browse files Browse the repository at this point in the history
  • Loading branch information
sumeruchat committed Dec 19, 2024
1 parent 89cf0da commit a9b7ce9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Iterable-iOS-AppExtensions.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ Pod::Spec.new do |s|
s.source = { :git => "https://github.com/Iterable/iterable-swift-sdk.git", :tag => s.version }
s.source_files = "notification-extension/*.{h,m,swift}"

s.documentation_url = "https://support.iterable.com/hc/en-us/articles/360035018152-Iterable-s-iOS-SDK"

s.pod_target_xcconfig = {
'SWIFT_VERSION' => '5.3'
}
Expand Down
2 changes: 2 additions & 0 deletions Iterable-iOS-SDK.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ Pod::Spec.new do |s|
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/**"

s.documentation_url = "https://support.iterable.com/hc/en-us/articles/360035018152-Iterable-s-iOS-SDK"

s.pod_target_xcconfig = {
'SWIFT_VERSION' => '5.3'
Expand Down

0 comments on commit a9b7ce9

Please sign in to comment.