blob: 83c9c0c791196799aed6e81a07c48090d83977dd [file] [log] [blame]
{
"name": "CZNetworking",
"version": "0.0.1",
"summary": "cz self Category summary",
"description": "cz self Category description",
"homepage": "https://github.com/JuYiWei/CZNetworking",
"license": "MIT",
"authors": {
"juyw": "757832801@qq.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/JuYiWei/CZNetworking.git",
"tag": "0.0.1"
},
"dependencies": {
"AFNetworking": [
"~> 3.0"
]
},
"requires_arc": true,
"subspecs": [
{
"name": "Networking",
"source_files": "CZNetworking/CZNetworking/Networking/*.{h,m}"
}
]
}