blob: 0f00d3abe2636032a3eaa2d7abe723a0fed8a0f5 [file] [log] [blame]
{
"name": "Backbeam",
"version": "0.10.5",
"summary": "iOS SDK for backbeam.io.",
"homepage": "http://backbeam.io/documentation-ios",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"The Backbeam Team": "contact@backbeam.io"
},
"source": {
"git": "https://github.com/backbeam/BackbeamFramework.git",
"tag": "0.10.5"
},
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"source_files": "Backbeam",
"resources": "Backbeam/*.xib",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 1.1.0"
],
"JSONKit": [
"~> 1.4.0"
],
"socket.IO": [
"~> 0.3.3"
]
}
}