blob: 52ae14f03157aef7bb02ae1c1615c8e9f7f438f6 [file] [log] [blame]
{
"name": "BeamAPI",
"version": "1.0.3",
"summary": "An interface to communicate with Beam's backend.",
"homepage": "https://github.com/WatchBeam/beam-client-swift",
"license": "MIT",
"authors": {
"Jack Cook": "jack@beam.pro"
},
"requires_arc": true,
"platforms": {
"ios": "8.2",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/WatchBeam/beam-client-swift.git",
"tag": "1.0.3"
},
"source_files": "Pod/Classes/**/*",
"dependencies": {
"Starscream": [
"~> 1.1"
],
"SwiftyJSON": [
"~> 2.3"
]
}
}