[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / b / e / 0 / DJI-UXSDK-iOS-Beta-Widgets / 0.3 / DJI-UXSDK-iOS-Beta-Widgets.podspec.json
blob5ce35f9e0db41518a0b3cb0fc4feed3cd02bf4cf
2   "name": "DJI-UXSDK-iOS-Beta-Widgets",
3   "version": "0.3",
4   "license": "MIT",
5   "summary": "A collection of widget, widget model, and related helpers for DJI iOS UX SDK.",
6   "homepage": "https://github.com/dji-sdk/Mobile-UXSDK-Beta-iOS",
7   "authors": {
8     "DJI": "dev@dji.com"
9   },
10   "documentation_url": "https://github.com/dji-sdk/Mobile-UXSDK-Beta-iOS/wiki",
11   "platforms": {
12     "ios": "11.0"
13   },
14   "requires_arc": true,
15   "swift_versions": "5.0",
16   "module_name": "DJIUXSDKWidgets",
17   "xcconfig": {
18     "OTHER_LDFLAGS": "-ObjC -all_load"
19   },
20   "source": {
21     "git": "https://github.com/dji-sdk/Mobile-UXSDK-Beta-iOS.git",
22     "tag": "0.3"
23   },
24   "pod_target_xcconfig": {
25     "ENABLE_BITCODE": "NO",
26     "DEFINES_MODULE": "YES"
27   },
28   "cocoapods_version": ">= 1.7.1",
29   "source_files": "DJIUXSDKWidgets/**/*.{h,m,swift}",
30   "resource_bundles": {
31     "DUXBetaAssets": "DJIUXSDKWidgets/**/*.{xcassets,html,otf}"
32   },
33   "dependencies": {
34     "DJI-SDK-iOS": [
35       "~> 4.13"
36     ],
37     "DJIWidget": [
38       "~> 1.6.3"
39     ],
40     "DJI-UXSDK-iOS-Beta-Core": [
41       "0.3"
42     ],
43     "DJI-UXSDK-iOS-Beta-Communication": [
44       "0.3"
45     ]
46   },
47   "swift_version": "5.0"