blob: 81e70d3ecf31e2fac175725c1be4baa4bbc14fe8 [file] [log] [blame]
{
"name": "FDNetworkObjC",
"version": "0.1.1",
"summary": "FDNetworkObjC是一个网络库,包含HTTP和HTTPS的网络请求GET/POST和本地搭建文件服务器和七牛云上传功能",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/fandongtongxue/FDNetworkObjC",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"fandongtongxue": "admin@fandong.me"
},
"source": {
"git": "https://github.com/fandongtongxue/FDNetworkObjC.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "FDNetworkObjC/Classes/**/*",
"resource_bundles": {
"GCDWebUploader": [
"FDNetworkObjC/Assets/*"
]
},
"libraries": "xml2",
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
},
"dependencies": {
"AFNetworking": [
"~> 3.0"
],
"SDWebImage": [
],
"Qiniu": [
],
"FDFoundationObjC": [
"0.1.3"
]
},
"deprecated": true
}