blob: 141bcb7bc86b336cfb11b1830f9a8d19d4687227 [file] [log] [blame]
{
"name": "Backbeam",
"version": "0.10.2",
"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.2"
},
"platforms": {
"ios": "5.0"
},
"source_files": "Backbeam",
"resources": "Backbeam/*.xib",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 1.1.0"
],
"JSONKit": [
"~> 1.4.0"
],
"socket.IO": [
"~> 0.2.5"
]
}
}