blob: 88d8f48c534fecc5f2c167775ffc34c48c97a1e1 [file] [log] [blame]
{
"name": "mappedin-cocoa",
"version": "0.5.0",
"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.5.0"
},
"source_files": "MappedInCocoa/Classes/**/*.{h,m}",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 2.0"
]
}
}