blob: df228946c7225c2bf7dbdabf28fc5415b8825223 [file] [log] [blame]
{
"name": "CZNetwork",
"version": "0.0.1",
"summary": "iOS-CZNetwork",
"description": "iOS-CZNetwork类",
"homepage": "https://github.com/chenzhe555/iOS-CZNetwork",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"chenzhe555": "376811578@qq.com"
},
"source": {
"git": "https://github.com/chenzhe555/iOS-CZNetwork.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "9.0"
},
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true,
"dependencies": {
"AFNetworking": [
">= 3.2.1"
]
},
"subspecs": [
{
"name": "classes",
"source_files": "CZNetwork/classes/*.{h,m}"
}
]
}