Skip to content

Commit 5670893

Browse files
authored
Merge pull request #877 from Iterable/feature/MOB-10400-changelog-not-updating
[MOB-10400] Update documentation url
2 parents 89cf0da + a9b7ce9 commit 5670893

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Iterable-iOS-AppExtensions.podspec

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ Pod::Spec.new do |s|
1616
s.source = { :git => "https://github.com/Iterable/iterable-swift-sdk.git", :tag => s.version }
1717
s.source_files = "notification-extension/*.{h,m,swift}"
1818

19+
s.documentation_url = "https://support.iterable.com/hc/en-us/articles/360035018152-Iterable-s-iOS-SDK"
20+
1921
s.pod_target_xcconfig = {
2022
'SWIFT_VERSION' => '5.3'
2123
}

Iterable-iOS-SDK.podspec

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ Pod::Spec.new do |s|
1616
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/**"
19+
20+
s.documentation_url = "https://support.iterable.com/hc/en-us/articles/360035018152-Iterable-s-iOS-SDK"
1921

2022
s.pod_target_xcconfig = {
2123
'SWIFT_VERSION' => '5.3'

0 commit comments

Comments
 (0)