blob: 300a5e4841da95c5c44135460045e99246177148 [file] [log] [blame]
{
"name": "Backbeam",
"version": "0.12.1",
"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.1"
},
"platforms": {
"ios": "6.0",
"osx": "10.8"
},
"ios": {
"frameworks": "Accounts",
"weak_frameworks": "Social",
"dependencies": {
"socket.IO": [
"~> 0.4.0"
]
}
},
"source_files": "Backbeam",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 2.1.0"
]
}
}