[Add] TorusSessionManager 6.1.0
[CocoaPods.git] / Specs / 7 / 3 / 1 / DJI-UXSDK-iOS-Beta-Core / 0.3 / DJI-UXSDK-iOS-Beta-Core.podspec.json
blobc30dcf09c71bdb31e92cf479982364bb2181ade3
2   "name": "DJI-UXSDK-iOS-Beta-Core",
3   "version": "0.3",
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   "swift_versions": "5.0",
16   "module_name": "DJIUXSDKCore",
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": "DJIUXSDKCore/**/*.{h,m,swift}",
30   "dependencies": {
31     "DJI-SDK-iOS": [
32       "~> 4.13"
33     ],
34     "DJI-UXSDK-iOS-Beta-Communication": [
35       "0.3"
36     ]
37   },
38   "swift_version": "5.0"