blob: c1affb49bd3384d4f8099f013e8a88208470cacb [file] [log] [blame]
{
"name": "CSSNetworking",
"version": "0.0.4",
"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.4"
},
"requires_arc": true,
"public_header_files": "CSSNetworking/CSSNetworking.h",
"source_files": "CSSNetworking/CSSNetworking.h",
"subspecs": [
{
"name": "Core",
"dependencies": {
"AFNetworking": [
"~> 3.1.0"
],
"CSSModel": [
"~> 0.0.3"
]
},
"public_header_files": "CSSNetworking/Core/*.{h}",
"source_files": "CSSNetworking/Core/*.{h,m}"
},
{
"name": "ViewModel",
"dependencies": {
"CSSNetworking/Core": [
]
},
"public_header_files": "CSSNetworking/ViewModel/*.{h}",
"source_files": "CSSNetworking/ViewModel/*.{h,m}"
}
]
}