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

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jackcook committed May 9, 2017
1 parent d6dadc1 commit 2047b58
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions BeamAPI.podspec
@@ -1,14 +1,14 @@
Pod::Spec.new do |s|
s.name = "BeamAPI"
s.version = "1.5.5"
s.version = "1.5.6"
s.summary = "An interface to communicate with Beam's backend."
s.homepage = "https://github.com/WatchBeam/beam-client-swift"
s.license = "MIT"
s.author = { "Jack Cook" => "jack@beam.pro" }

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

s.dependency "Starscream", "~> 2.0"
Expand Down
6 changes: 3 additions & 3 deletions Example/Podfile.lock
Expand Up @@ -2,19 +2,19 @@ PODS:
- BeamAPI (1.5.5):
- Starscream (~> 2.0)
- SwiftyJSON (~> 3.1)
- Starscream (2.0.3)
- Starscream (2.0.4)
- SwiftyJSON (3.1.4)

DEPENDENCIES:
- BeamAPI (from `../`)

EXTERNAL SOURCES:
BeamAPI:
:path: ../
:path: "../"

SPEC CHECKSUMS:
BeamAPI: 0f513d2be2909e46c2a18d4be04e52fea043ea8e
Starscream: 3fdd5c277e57cca6b5c406d274e3f34a7c88f2ce
Starscream: df5974ee928b157c8eda8af8de7c620276b7dfcc
SwiftyJSON: c2842d878f95482ffceec5709abc3d05680c0220

PODFILE CHECKSUM: a1a8f717d98a3dc71349b5bc00cee46e3733b0df
Expand Down

0 comments on commit 2047b58

Please sign in to comment.