[Add] ZJSDK 2.5.7.5
[CocoaPods.git] / Specs / 3 / 9 / 6 / BeamAPI / 1.2.7 / BeamAPI.podspec.json
blob28bbf4159ac56c08b1fe087b77c74fc299f65fcf
2   "name": "BeamAPI",
3   "version": "1.2.7",
4   "summary": "An interface to communicate with Beam's backend.",
5   "homepage": "https://github.com/WatchBeam/beam-client-swift",
6   "license": "MIT",
7   "authors": {
8     "Jack Cook": "jack@beam.pro"
9   },
10   "requires_arc": true,
11   "platforms": {
12     "ios": "8.2",
13     "tvos": "9.0"
14   },
15   "source": {
16     "git": "https://github.com/WatchBeam/beam-client-swift.git",
17     "tag": "1.2.7"
18   },
19   "source_files": "Pod/Classes/**/*",
20   "dependencies": {
21     "Starscream": [
22       "~> 1.1"
23     ],
24     "SwiftyJSON": [
25       "~> 2.3"
26     ]
27   }