There was an error while loading. Please reload this page.
1 parent 7f72093 commit 98981b6Copy full SHA for 98981b6
1 file changed
BeamAPI.podspec
@@ -1,14 +1,14 @@
1
Pod::Spec.new do |s|
2
s.name = "BeamAPI"
3
- s.version = "1.5.4"
+ s.version = "1.5.5"
4
s.summary = "An interface to communicate with Beam's backend."
5
s.homepage = "https://github.com/WatchBeam/beam-client-swift"
6
s.license = "MIT"
7
s.author = { "Jack Cook" => "jack@beam.pro" }
8
9
s.requires_arc = true
10
s.ios.deployment_target = "8.2"
11
- s.source = { :git => "https://github.com/WatchBeam/beam-client-swift.git", :tag => "1.5.4" }
+ s.source = { :git => "https://github.com/WatchBeam/beam-client-swift.git", :tag => "1.5.5" }
12
s.source_files = "Pod/Classes/**/*"
13
14
s.dependency "Starscream", "~> 2.0"
0 commit comments