Skip to content

Commit

Permalink
Merge pull request #8 from Kommunicate-io/release-0.5.0
Browse files Browse the repository at this point in the history
[AL-2792]Release 0.5.0
  • Loading branch information
mukeshthawani authored Jun 1, 2018
2 parents f935aff + 23352a2 commit 13275df
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PODS:
- Applozic (5.5.0):
- Applozic (5.7.0):
- SDWebImage (~> 4.2.2)
- ApplozicSwift (0.10.0):
- Applozic (~> 5.5.0)
- ApplozicSwift (0.11.0):
- Applozic (~> 5.7.0)
- Kingfisher (~> 4.7.0)
- MGSwipeTableCell (~> 1.5.6)
- FBSnapshotTestCase (2.1.4):
Expand All @@ -11,8 +11,8 @@ PODS:
- FBSnapshotTestCase/SwiftSupport (2.1.4):
- FBSnapshotTestCase/Core
- Kingfisher (4.7.0)
- Kommunicate (0.4.0):
- ApplozicSwift (~> 0.10.0)
- Kommunicate (0.5.0):
- ApplozicSwift (~> 0.11.0)
- MGSwipeTableCell (1.5.6)
- SDWebImage (4.2.3):
- SDWebImage/Core (= 4.2.3)
Expand All @@ -27,11 +27,11 @@ EXTERNAL SOURCES:
:path: ../

SPEC CHECKSUMS:
Applozic: 257c0e16ebdd3d95c3258472fc46338f6d488fd2
ApplozicSwift: 520e80607598ea8a60fb8b1fbf2a60ed0ff49d8f
Applozic: 99ad4aadfd371266f1e1e8263ad1353774ef0cfd
ApplozicSwift: 089a1da60f6bfeedf2d00190e5d8d46017ff2502
FBSnapshotTestCase: 094f9f314decbabe373b87cc339bea235a63e07a
Kingfisher: da6b005aa96d37698e3e4f1ccfe96a5b9bbf27d6
Kommunicate: d60bc76453fa5518f4d8e9a8382508424c5a6bfb
Kommunicate: 78569154d5ab0a692c130f1b89baaedc5839dc54
MGSwipeTableCell: 616700eb0ffd1c611ba909066cb7fd739790a0a7
SDWebImage: 791bb72962b3492327ddcac4b1880bd1b5458431

Expand Down
4 changes: 2 additions & 2 deletions Kommunicate.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Kommunicate'
s.version = '0.4.0'
s.version = '0.5.0'
s.summary = 'Kommunicate iOS SDK for customer support.'
s.homepage = 'https://github.com/Kommunicate-io/Kommunicate-iOS-SDK'
s.license = { :type => 'BSD-3-Clause', :file => 'LICENSE' }
Expand All @@ -11,5 +11,5 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '9.0'
s.source_files = 'Kommunicate/Classes/**/*.{swift}'
# s.resources = 'Kommunicate/Assets/**/*{lproj,storyboard,xib,xcassets,json}'
s.dependency 'ApplozicSwift', '~> 0.10.0'
s.dependency 'ApplozicSwift', '~> 0.11.0'
end

0 comments on commit 13275df

Please sign in to comment.