blob: e386bca803aaa45a493c345257582918e6e57859 [file] [log] [blame]
{
"name": "BeamAPI",
"version": "1.3.1",
"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"
},
"source": {
"git": "https://github.com/WatchBeam/beam-client-swift.git",
"tag": "1.3.1"
},
"source_files": "Pod/Classes/**/*",
"dependencies": {
"Starscream": [
"~> 2.0"
],
"SwiftyJSON": [
"~> 3.0"
]
}
}