[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / c / 5 / 8 / DronelinkDJI / 2.1.0 / DronelinkDJI.podspec.json
blob05796c0b8b50121db1b13e49dbac0898493efdf3
2   "name": "DronelinkDJI",
3   "version": "2.1.0",
4   "summary": "Dronelink vendor implementation for DJI",
5   "homepage": "https://dronelink.com/",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Dronelink": "dev@dronelink.com"
12   },
13   "swift_versions": "5.0",
14   "platforms": {
15     "ios": "12.0"
16   },
17   "source": {
18     "git": "https://github.com/dronelink/dronelink-dji-ios.git",
19     "tag": "2.1.0"
20   },
21   "source_files": "DronelinkDJI/**/*.swift",
22   "resources": "DronelinkDJI/**/*.{strings}",
23   "pod_target_xcconfig": {
24     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
25   },
26   "user_target_xcconfig": {
27     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
28   },
29   "dependencies": {
30     "DronelinkCore": [
31       "~> 2.1.0"
32     ],
33     "DJI-SDK-iOS": [
34       "~> 4.13"
35     ]
36   },
37   "swift_version": "5.0"