blob: 5529fc7ebd304528f109f060d2d2efe2c44d8269 [file] [log] [blame]
{
"name": "FDNetworkObjC",
"version": "0.1.0",
"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.0"
},
"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"
]
},
"deprecated": true
}