[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 9 / c / d / FDNetworkObjC / 0.1.1 / FDNetworkObjC.podspec.json
blob81e70d3ecf31e2fac175725c1be4baa4bbc14fe8
2   "name": "FDNetworkObjC",
3   "version": "0.1.1",
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": "0.1.1"
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": [
42       "0.1.3"
43     ]
44   },
45   "deprecated": true