blob: c2ff38ea9734e671c8a69d861eba9d237aafcabb [file] [log] [blame]
{
"name": "CSNetworking",
"summary": "On the basis of AFNetworking encapsulation.",
"version": "1.0.0",
"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.0"
},
"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"
]
}
}