blob: b297bacf83ce02a8e12130b3d962892f9d91906a [file] [log] [blame]
{
"name": "CoconutNetworking",
"version": "1.0.1",
"summary": "A iOS networking util.",
"homepage": "https://github.com/CoconutGZ/CoconutNetworking",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ajin": "ss_ajin@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/CoconutGZ/CoconutNetworking.git",
"tag": "1.0.1"
},
"source_files": "CNNetworking/**/CoconutNetworking/*.{h,m}",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
],
"FMDB": [
]
}
}