[Add] FaceCoreBasicNightly 6.2.803
[CocoaPods.git] / Specs / 5 / d / 8 / DangwuSDK / 1.0.0 / DangwuSDK.podspec.json
blob6750e31c9385717d7b51347819d776ea88185b8c
2   "name": "DangwuSDK",
3   "version": "1.0.0",
4   "summary": "XYZ SDK",
5   "description": "ios sdk",
6   "homepage": "https://github.com/xyz10dev/XYZ-iOS",
7   "license": {
8     "type": "MIT"
9   },
10   "authors": {
11     "bai": "osspinlock@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/xyz10dev/XYZ-iOS.git",
15     "tag": "1.0.0"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "vendored_frameworks": "DangwuSDK.framework",
21   "requires_arc": true,
22   "pod_target_xcconfig": {
23     "GCC_PREPROCESSOR_DEFINITIONS": "GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS=1 "
24   },
25   "frameworks": [
26     "JavaScriptcore",
27     "SystemConfiguration",
28     "CoreTelephony",
29     "CoreLocation",
30     "Security",
31     "CoreMotion",
32     "Accelerate"
33   ],
34   "libraries": [
35     "z",
36     "c++",
37     "stdc++"
38   ],
39   "dependencies": {
40     "AFNetworking": [
42     ],
43     "SocketRocket": [
45     ],
46     "Protobuf": [
47       "~>3.5"
48     ]
49   }