blob: f78b8a0bddab82e75439bdc192cdfd3abe213df7 [file] [log] [blame]
{
"name": "CSNetworking",
"summary": "On the basis of AFNetworking encapsulation.",
"version": "1.0.91",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"CoderXSLee": "1363852560@qq.com"
},
"homepage": "https://github.com/CoderXSLee/CSNetworking",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/CoderXSLee/CSNetworking.git",
"tag": "1.0.91"
},
"requires_arc": true,
"source_files": "CSNetworking/**/*.{h,m}",
"public_header_files": "CSNetworking/*.{h}",
"dependencies": {
"AFNetworking": [
"~>3.1.0"
],
"MJExtension": [
"~>3.0.13"
],
"YYCache": [
"~>1.0.3"
]
}
}