blob: e4f2d61dfcb977cf5ba023d8f55747755fd7d018 [file] [log] [blame]
{
"name": "mappedin-cocoa",
"version": "0.6.1",
"summary": "Cocoa bindings for the MappedIn API",
"homepage": "https://github.com/MappedIn/mappedin-cocoa",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"MappedIn": "support@mappedin.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/MappedIn/mappedin-cocoa.git",
"tag": "v0.6.1"
},
"source_files": "MappedInCocoa/Classes/**/*.{h,m}",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 2.0"
]
}
}