[Add] XMUniversalSDK 1.0.0.0-dev
[CocoaPods.git] / Specs / 7 / 3 / 1 / DJI-UXSDK-iOS-Beta-Core / 0.1.0 / DJI-UXSDK-iOS-Beta-Core.podspec.json
blob4c5c241903709366fc3936d748368a4767939bd8
2   "name": "DJI-UXSDK-iOS-Beta-Core",
3   "version": "0.1.0",
4   "license": "MIT",
5   "summary": "Core utilities 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": "DJIUXSDKCore",
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.0"
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": "DJIUXSDKCore/**/*.{h,m}",
30   "public_header_files": "DJIUXSDKCore/**/*.h",
31   "dependencies": {
32     "DJI-SDK-iOS": [
33       "4.10"
34     ],
35     "DJI-UXSDK-iOS-Beta-Communication": [
36       "0.1.0"
37     ]
38   }