blob: 4801050edbaab5d84a377f925276bfb7bfdcc947 [file] [log] [blame]
{
"name": "BeamAPI",
"version": "1.0.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",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/WatchBeam/beam-client-swift.git",
"tag": "1.0.1"
},
"source_files": "Pod/Classes/**/*",
"dependencies": {
"Starscream": [
"~> 1.1"
],
"SwiftyJSON": [
"~> 2.3"
]
}
}