Skip to content
This repository was archived by the owner on Jul 21, 2020. It is now read-only.

Commit 2047b58

Browse files
committed
Version bump
1 parent d6dadc1 commit 2047b58

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

BeamAPI.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
Pod::Spec.new do |s|
22
s.name = "BeamAPI"
3-
s.version = "1.5.5"
3+
s.version = "1.5.6"
44
s.summary = "An interface to communicate with Beam's backend."
55
s.homepage = "https://github.com/WatchBeam/beam-client-swift"
66
s.license = "MIT"
77
s.author = { "Jack Cook" => "[email protected]" }
88

99
s.requires_arc = true
1010
s.ios.deployment_target = "8.2"
11-
s.source = { :git => "https://github.com/WatchBeam/beam-client-swift.git", :tag => "1.5.5" }
11+
s.source = { :git => "https://github.com/WatchBeam/beam-client-swift.git", :tag => "1.5.6" }
1212
s.source_files = "Pod/Classes/**/*"
1313

1414
s.dependency "Starscream", "~> 2.0"

Example/Podfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@ PODS:
22
- BeamAPI (1.5.5):
33
- Starscream (~> 2.0)
44
- SwiftyJSON (~> 3.1)
5-
- Starscream (2.0.3)
5+
- Starscream (2.0.4)
66
- SwiftyJSON (3.1.4)
77

88
DEPENDENCIES:
99
- BeamAPI (from `../`)
1010

1111
EXTERNAL SOURCES:
1212
BeamAPI:
13-
:path: ../
13+
:path: "../"
1414

1515
SPEC CHECKSUMS:
1616
BeamAPI: 0f513d2be2909e46c2a18d4be04e52fea043ea8e
17-
Starscream: 3fdd5c277e57cca6b5c406d274e3f34a7c88f2ce
17+
Starscream: df5974ee928b157c8eda8af8de7c620276b7dfcc
1818
SwiftyJSON: c2842d878f95482ffceec5709abc3d05680c0220
1919

2020
PODFILE CHECKSUM: a1a8f717d98a3dc71349b5bc00cee46e3733b0df

0 commit comments

Comments
 (0)