[Add] YF_Download_Temp 1.0.1
[CocoaPods.git] / Specs / 9 / c / d / FDNetworkObjC / 0.1.0 / FDNetworkObjC.podspec.json
blob5529fc7ebd304528f109f060d2d2efe2c44d8269
2   "name": "FDNetworkObjC",
3   "version": "0.1.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": "0.1.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   },
36   "deprecated": true