[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 7 / 4 / 8 / DLLHTTPRequest / 0.2.6 / DLLHTTPRequest.podspec.json
blob243d936df44488b428ec943e1fa2ca37a19380dd
2   "name": "DLLHTTPRequest",
3   "version": "0.2.6",
4   "summary": "网络请求中间层",
5   "description": "网络请求中间层,底层实现采用AFNetworking。",
6   "homepage": "https://github.com/xiaobinlzy/DLLHTTPUtil_iOS",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "xiaobinlzy": "xiaobinlzy@163.com"
13   },
14   "default_subspecs": "Binary",
15   "source": {
16     "git": "https://github.com/xiaobinlzy/DLLHTTPUtil_iOS.git",
17     "tag": "0.2.6"
18   },
19   "public_header_files": "Classes/*.h",
20   "source_files": "Classes/*.h",
21   "dependencies": {
22     "AFNetworking": [
24     ]
25   },
26   "platforms": {
27     "ios": "7.0"
28   },
29   "subspecs": [
30     {
31       "name": "Source",
32       "source_files": "Classes/**/*",
33       "requires_arc": true
34     },
35     {
36       "name": "Binary",
37       "vendored_libraries": "libDLLHTTPRequest.a",
38       "ios": {
39         "frameworks": [
40           "MobileCoreServices",
41           "CoreGraphics",
42           "Security",
43           "SystemConfiguration"
44         ]
45       }
46     }
47   ]