[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 9 / c / d / FDNetworkObjC / 1.0.0 / FDNetworkObjC.podspec.json
blob956d40d05fc43802a9b0f844edcdb2b116fe92ed
2   "name": "FDNetworkObjC",
3   "version": "1.0.0",
4   "summary": "FDNetworkObjC是一个网络库,包含HTTP和HTTPS的网络请求GET/POST和本地搭建文件服务器和七牛云上传功能",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/fandongtongxue/FDNetworkObjC",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "fandongtongxue": "admin@fandong.me"
13   },
14   "source": {
15     "git": "https://github.com/fandongtongxue/FDNetworkObjC.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "FDNetworkObjC/Classes/**/*",
22   "resource_bundles": {
23     "GCDWebUploader": [
24       "FDNetworkObjC/Assets/*"
25     ]
26   },
27   "libraries": "xml2",
28   "xcconfig": {
29     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
30   },
31   "dependencies": {
32     "AFNetworking": [
33       "~> 3.0"
34     ],
35     "SDWebImage": [
37     ],
38     "Qiniu": [
40     ],
41     "FDFoundationObjC": [
43     ]
44   },
45   "deprecated": true