[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / b / e / 0 / DJI-UXSDK-iOS-Beta-Widgets / 0.1.1 / DJI-UXSDK-iOS-Beta-Widgets.podspec.json
blob9ae172a1f06c057cd3a9ec2486a1aaf966a1269a
2   "name": "DJI-UXSDK-iOS-Beta-Widgets",
3   "version": "0.1.1",
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   "module_name": "DJIUXSDKWidgets",
16   "xcconfig": {
17     "OTHER_LDFLAGS": "-ObjC -all_load"
18   },
19   "source": {
20     "git": "https://github.com/dji-sdk/Mobile-UXSDK-Beta-iOS.git",
21     "tag": "0.1.1"
22   },
23   "pod_target_xcconfig": {
24     "ENABLE_BITCODE": "NO",
25     "DEFINES_MODULE": "YES",
26     "SWIFT_OBJC_BRIDGING_HEADER": "$(PODS_TARGET_SRCROOT)/"
27   },
28   "cocoapods_version": ">= 1.7.1",
29   "source_files": "DJIUXSDKWidgets/**/*.{h,m}",
30   "resource_bundles": {
31     "DUXBetaAssets": "DJIUXSDKWidgets/**/*.xcassets"
32   },
33   "dependencies": {
34     "DJI-SDK-iOS": [
35       "4.11"
36     ],
37     "DJI-UXSDK-iOS-Beta-Core": [
38       "0.1.1"
39     ],
40     "DJI-UXSDK-iOS-Beta-Communication": [
41       "0.1.1"
42     ]
43   }