Skip to content

Commit

Permalink
Updated the code of podfile to fix release related issue
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhijeetRanjan308 committed Dec 3, 2024
1 parent b816216 commit 378ebbf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 18 deletions.
4 changes: 1 addition & 3 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ PODS:
- iOSSnapshotTestCase/Core
- Kingfisher (7.6.2)
- Kommunicate (7.2.4):
- Kommunicate/Complete (= 7.2.4)
- Kommunicate/Complete (7.2.4):
- KommunicateChatUI-iOS-SDK (= 1.3.8)
- KommunicateChatUI-iOS-SDK (1.3.8):
- KommunicateChatUI-iOS-SDK/Complete (= 1.3.8)
Expand Down Expand Up @@ -76,7 +74,7 @@ SPEC CHECKSUMS:
iOSDropDown: ce9daa584eaa5567cafc1b633e3cc7eb6d9cea42
iOSSnapshotTestCase: a670511f9ee3829c2b9c23e6e68f315fd7b6790f
Kingfisher: 6c5449c6450c5239166510ba04afe374a98afc4f
Kommunicate: ce380ebd3dd652464c0a6d5518fab400ba0201a6
Kommunicate: 3d18f7229fbf1ff7e16a027cbc5e3d6fe3316f30
KommunicateChatUI-iOS-SDK: 4ca12728c40d134b330f1e8ac5335e1b98ca6552
KommunicateCore-iOS-SDK: 2adcd775f5ed6fdcdbcac47986144c177fc44ab0
Nimble: 8cd9e713948ea6a61980e82d2bec937acec16b91
Expand Down
19 changes: 4 additions & 15 deletions Kommunicate.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,7 @@ Pod::Spec.new do |s|
s.source = { :git => 'https://github.com/Kommunicate-io/Kommunicate-iOS-SDK.git', :tag => s.version }
s.ios.deployment_target = '13.0'
s.swift_version = '5.0'

s.default_subspec = 'Complete'

s.subspec 'Zendesk' do |with_zendesk|
with_zendesk.source_files = 'Sources/Kommunicate/Classes/**/*.{swift}'
with_zendesk.resources = 'Sources/Resources/**/*{lproj,storyboard,xib,xcassets,json,strings}'
with_zendesk.dependency 'KommunicateChatUI-iOS-SDK/Zendesk', '1.3.8'
end

s.subspec 'Complete' do |complete|
complete.source_files = 'Sources/Kommunicate/Classes/**/*.{swift}'
complete.resources = 'Sources/Resources/**/*{lproj,storyboard,xib,xcassets,json,strings}'
complete.dependency 'KommunicateChatUI-iOS-SDK', '1.3.8'
end
end
s.source_files = 'Sources/Kommunicate/Classes/**/*.{swift}'
s.resources = 'Sources/Resources/**/*{lproj,storyboard,xib,xcassets,json,strings}'
s.dependency 'KommunicateChatUI-iOS-SDK' , '1.3.8'
end

0 comments on commit 378ebbf

Please sign in to comment.