blob: 762dcab2bf9f01f4f12bcdb33e6ee668865bf81a [file] [log] [blame]
{
"name": "Backbeam",
"version": "0.12.0",
"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.12.0"
},
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"ios": {
"frameworks": "Accounts",
"weak_frameworks": "Social",
"dependencies": {
"socket.IO": [
"~> 0.4.0"
]
}
},
"source_files": "Backbeam",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 1.3.2"
]
}
}