blob: 9fca07ea73a0c9598b84197a10f4b1c5a3de775a [file] [log] [blame]
{
"name": "CSSNetworking",
"version": "0.0.2",
"summary": "一个灵活的网络框架(基于AFNetworking)。",
"license": {
"type": "MIT License",
"file": "LICENSE"
},
"authors": {
"Joslyn": "cs_joslyn@foxmail.com"
},
"homepage": "https://github.com/JoslynWu/CSSNetworking",
"social_media_url": "http://www.jianshu.com/u/fb676e32e2e9",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/JoslynWu/CSSNetworking.git",
"tag": "0.0.2"
},
"requires_arc": true,
"public_header_files": "Sources/**/*.{h}",
"source_files": "Sources/**/*.{h,m}",
"dependencies": {
"AFNetworking": [
"~> 3.1.0"
],
"CSSModel": [
"~> 0.0.3"
]
}
}