[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / 2 / 7 / 1 / DNiOSSDK / 1.0.0 / DNiOSSDK.podspec.json
blob90f5c9b0a02381b3d15fcdfe59eb9ebe7e7fdfe4
2   "name": "DNiOSSDK",
3   "version": "1.0.0",
4   "summary": "A short description of DNiOSSDK.",
5   "description": "动能无限SDK",
6   "homepage": "http://EXAMPLE/DNiOSSDK",
7   "authors": {
8     "Eddy Wong": "784550567@qq.com"
9   },
10   "platforms": {
11     "ios": "9.0"
12   },
13   "source": {
14     "git": "https://github.com/hohua88/DNiOSSDK",
15     "tag": "1.0.0"
16   },
17   "libraries": [
18     "sqlite3",
19     "xml2",
20     "z",
21     "iconv",
22     "c++",
23     "resolv"
24   ],
25   "frameworks": [
26     "OpenGLES",
27     "OpenAL",
28     "iAd",
29     "WebKit",
30     "AVFoundation",
31     "Accelerate",
32     "MobileCoreServices",
33     "CoreMotion",
34     "CoreLocation",
35     "CoreTelephony",
36     "QuartzCore",
37     "StoreKit",
38     "AdSupport",
39     "UIKit",
40     "CoreFoundation",
41     "CoreGraphics",
42     "CoreMedia",
43     "CoreText",
44     "Security",
45     "MediaPlayer",
46     "SystemConfiguration",
47     "MessageUI",
48     "JavaScriptCore",
49     "AudioToolBox",
50     "GLKit"
51   ],
52   "requires_arc": true,
53   "user_target_xcconfig": {
54     "OTHER_LDFLAGS": [
55       "-lObjC"
56     ]
57   },
58   "default_subspecs": "Tools",
59   "subspecs": [
60     {
61       "name": "Tools",
62       "platforms": {
63         "ios": "9.0"
64       },
65       "vendored_frameworks": "DNiOSSDK/Tools/*.framework"
66     },
67     {
68       "name": "Ads",
69       "platforms": {
70         "ios": "9.0"
71       },
72       "subspecs": [
73         {
74           "name": "Headline",
75           "platforms": {
76             "ios": "9.0"
77           },
78           "vendored_frameworks": "DNiOSSDK/Ads/Headline/*.framework",
79           "dependencies": {
80             "Bytedance-UnionAD": [
81               "~>2.4.6.7"
82             ],
83             "DNiOSSDK/Tools": [
85             ]
86           }
87         }
88       ]
89     }
90   ]