{ | |
"name": "AFQiitaClient", | |
"version": "0.1.0", | |
"license": "MIT", | |
"summary": "AFNetworking Client for the Qiita API.", | |
"homepage": "https://github.com/ngs/AFQiitaClient", | |
"authors": { | |
"Atsushi Nagase": "a@ngs.io" | |
}, | |
"source": { | |
"git": "https://github.com/ngs/AFQiitaClient.git", | |
"tag": "0.1.0" | |
}, | |
"source_files": "AFQiitaClient", | |
"requires_arc": true, | |
"dependencies": { | |
"AFNetworking": [ | |
"~>1.0" | |
] | |
}, | |
"platforms": { | |
"ios": "5.0", | |
"osx": "10.7" | |
} | |
} |