[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / f / 3 / 7 / VNHttpRequest / 0.0.7 / VNHttpRequest.podspec.json
blob69f220aa5c4934f9a57b09843265f5fb3569c34d
2   "name": "VNHttpRequest",
3   "version": "0.0.7",
4   "summary": "AFNetworking fsdoa",
5   "description": "Net request ,call back data Serialization to CH",
6   "homepage": "https://github.com/guohongqi-china/VNHttpRequest",
7   "license": "MIT",
8   "authors": {
9     "guohongqi-china": "820003039@qq.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/guohongqi-china/VNHttpRequest.git",
16     "tag": "0.0.7"
17   },
18   "public_header_files": "VNHttpRequest/VNHttpRequest.h",
19   "source_files": "VNHttpRequest/VNHttpRequest.h",
20   "dependencies": {
21     "AFNetworking": [
22       "~> 3.0"
23     ]
24   },
25   "requires_arc": true,
26   "prefix_header_contents": "#ifndef TARGET_OS_IOS\n  #define TARGET_OS_IOS TARGET_OS_IPHONE\n#endif",
27   "subspecs": [
28     {
29       "name": "FrameWork",
30       "source_files": "VNHttpRequest/FrameWork/**/*.{h,m}",
31       "public_header_files": "VNHttpRequest/FrameWork/**/*.{h}",
32       "watchos": {
33         "frameworks": [
34           "MobileCoreServices",
35           "CoreGraphics"
36         ]
37       },
38       "ios": {
39         "frameworks": [
40           "MobileCoreServices",
41           "CoreGraphics"
42         ]
43       },
44       "osx": {
45         "frameworks": "CoreServices"
46       }
47     }
48   ]