Skip to content

Commit 178e852

Browse files
Merge pull request #458 from Kommunicate-io/dev
Release Fix 7.2.4
2 parents ea821da + bb3c455 commit 178e852

File tree

2 files changed

+5
-18
lines changed

2 files changed

+5
-18
lines changed

Example/Podfile.lock

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ PODS:
1616
- iOSSnapshotTestCase/Core
1717
- Kingfisher (7.6.2)
1818
- Kommunicate (7.2.4):
19-
- Kommunicate/Complete (= 7.2.4)
20-
- Kommunicate/Complete (7.2.4):
2119
- KommunicateChatUI-iOS-SDK (= 1.3.8)
2220
- KommunicateChatUI-iOS-SDK (1.3.8):
2321
- KommunicateChatUI-iOS-SDK/Complete (= 1.3.8)
@@ -76,7 +74,7 @@ SPEC CHECKSUMS:
7674
iOSDropDown: ce9daa584eaa5567cafc1b633e3cc7eb6d9cea42
7775
iOSSnapshotTestCase: a670511f9ee3829c2b9c23e6e68f315fd7b6790f
7876
Kingfisher: 6c5449c6450c5239166510ba04afe374a98afc4f
79-
Kommunicate: ce380ebd3dd652464c0a6d5518fab400ba0201a6
77+
Kommunicate: 3d18f7229fbf1ff7e16a027cbc5e3d6fe3316f30
8078
KommunicateChatUI-iOS-SDK: 4ca12728c40d134b330f1e8ac5335e1b98ca6552
8179
KommunicateCore-iOS-SDK: 2adcd775f5ed6fdcdbcac47986144c177fc44ab0
8280
Nimble: 8cd9e713948ea6a61980e82d2bec937acec16b91

Kommunicate.podspec

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,7 @@ Pod::Spec.new do |s|
88
s.source = { :git => 'https://github.com/Kommunicate-io/Kommunicate-iOS-SDK.git', :tag => s.version }
99
s.ios.deployment_target = '13.0'
1010
s.swift_version = '5.0'
11-
12-
s.default_subspec = 'Complete'
13-
14-
s.subspec 'Zendesk' do |with_zendesk|
15-
with_zendesk.source_files = 'Sources/Kommunicate/Classes/**/*.{swift}'
16-
with_zendesk.resources = 'Sources/Resources/**/*{lproj,storyboard,xib,xcassets,json,strings}'
17-
with_zendesk.dependency 'KommunicateChatUI-iOS-SDK/Zendesk', '1.3.8'
18-
end
19-
20-
s.subspec 'Complete' do |complete|
21-
complete.source_files = 'Sources/Kommunicate/Classes/**/*.{swift}'
22-
complete.resources = 'Sources/Resources/**/*{lproj,storyboard,xib,xcassets,json,strings}'
23-
complete.dependency 'KommunicateChatUI-iOS-SDK', '1.3.8'
24-
end
25-
end
11+
s.source_files = 'Sources/Kommunicate/Classes/**/*.{swift}'
12+
s.resources = 'Sources/Resources/**/*{lproj,storyboard,xib,xcassets,json,strings}'
13+
s.dependency 'KommunicateChatUI-iOS-SDK' , '1.3.8'
14+
end

0 commit comments

Comments
 (0)