blob: 100d0a6e0000508c9a237a0fc3632adfe200d6c0 [file] [log] [blame]
{
"name": "FCNetwork",
"version": "1.1.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.1.0"
},
"platforms": {
"ios": "10.0"
},
"source_files": "FCNetwork/**/**/*",
"frameworks": "Foundation",
"dependencies": {
"AFNetworking": [
"~> 3.2.0"
]
}
}