blob: 1904c67f16cc0eaf50adc9e35fc4383639f56c79 [file] [log] [blame]
{
"name": "FCNetwork",
"version": "1.0.0",
"summary": "基于AFNetworking封装的网络库,支持缓存,过程拦截",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/LtyFantasy/iOS-frame-FCNetwork",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"LeoLiu": "ltyfantasy@163.com"
},
"source": {
"git": "https://github.com/LtyFantasy/iOS-frame-FCNetwork.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "10.0"
},
"source_files": "FCNetwork/**/**/*",
"frameworks": "Foundation",
"dependencies": {
"AFNetworking": [
"~> 3.2.0"
]
}
}