[Add] DemoTestFramework 1.0.6
[CocoaPods.git] / Specs / f / 8 / e / YoStar_UData / 0.0.1 / YoStar_UData.podspec.json
bloba13555a9f294ea5cd42ad17ec26e8d317aa7cb34
2   "name": "YoStar_UData",
3   "version": "0.0.1",
4   "summary": "A short description of YoStar_UData.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/XYKings/Yostar_udata",
7   "license": {
8     "type": "MIT",
9     "text": "  Copyright 2012 Permission is granted to... \n"
10   },
11   "authors": {
12     "Yx": "ye.xue@yo-star.com"
13   },
14   "source": {
15     "git": "https://github.com/XYKings/Yostar_udata.git",
16     "tag": "0.0.1"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "requires_arc": true,
22   "vendored_frameworks": "YoStar_UData/**/*.framework",
23   "frameworks": [
24     "CoreMotion",
25     "Security",
26     "SystemConfiguration",
27     "CoreTelephony",
28     "CoreLocation",
29     "WebKit"
30   ],
31   "weak_frameworks": [
32     "AppTrackingTransparency",
33     "AdServices",
34     "AdSupport"
35   ],
36   "libraries": [
37     "c++",
38     "sqlite3.0",
39     "resolv",
40     "z"
41   ],
42   "xcconfig": {
43     "OTHER_LDFLAGS": [
44       "-ObjC",
45       "-all_load"
46     ]
47   }