blob: b54fb0afa9a34e6d36aac1659ecf4b794fcdce5a [file] [log] [blame]
{
"name": "AFCensusAPIClient",
"version": "0.0.2",
"summary": "AFHTTPClient subclass for the Census API.",
"homepage": "https://github.com/pj4533/AFCensusAPIClient",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"PJ Gray": "pj4533@gmail.com"
},
"source": {
"git": "https://github.com/pj4533/AFCensusAPIClient.git",
"tag": "0.0.2"
},
"platforms": {
"ios": "5.0"
},
"source_files": "AFCensusAPIClient",
"requires_arc": true,
"dependencies": {
"AFFCCAPIClient": [
"> 0.0.1"
]
}
}