blob: b1aa4c559ffb72620546c91c43feadd9fc971b35 [file] [log] [blame]
{
"name": "CNApiManager-OC",
"version": "1.1.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"homepage": "https://github.com/congni/CNApiManager-OC.git",
"authors": {
"葱泥": "983818495@qq.com"
},
"summary": "OC基本网络层封装",
"description": "A longer description of U in Markdown format.\n\n* IOS开发基本网络库\n* pod使用方法: pod \"CNApiManager-OC\"\n* Try to keep it short, snappy and to the point.\n* Finally, don't worry about the indent, CocoaPods strips it!",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/congni/CNApiManager-OC.git",
"tag": "1.1.0"
},
"requires_arc": true,
"source_files": "CNApiManagerOC/*.{h,m}",
"public_header_files": "CNApiManagerOC/*.{h}",
"dependencies": {
"AFNetworking": [
"~> 3.0"
]
}
}