blob: be3673f562faea7c7d958f7065b334008e71a51d [file] [log] [blame]
{
"name": "Arkio",
"version": "0.9",
"summary": "Objective-C client library for Data.com",
"homepage": "https://github.com/rayascott/Arkio",
"license": "MIT",
"authors": {
"Ray Scott": "ray@alienhitcher.com"
},
"source": {
"git": "https://github.com/rayascott/Arkio.git",
"tag": "0.9"
},
"source_files": "Arkio/*.{h,m}",
"dependencies": {
"AFNetworking": [
]
},
"requires_arc": true,
"platforms": {
"ios": "6.0",
"osx": "10.8"
}
}