blob: 7c7c665c60eab1a03025e20c9e722b52b189924f [file] [log] [blame]
{
"name": "XZYNetworking",
"version": "1.0.0",
"summary": "封装了AFNetWorking和YYCache缓存",
"description": "AFNetWorking网络框架和YYCache缓存",
"homepage": "https://github.com/740238622/XZYNetworking",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"xuziyou": "740238622@qq.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/740238622/XZYNetworking.git",
"tag": "1.0.0"
},
"source_files": "XZYNetworking/Classes/**/*.{h,m}",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
],
"YYCache": [
]
}
}