[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / f / 8 / 4 / DJISDKExtension / 1.5.0 / DJISDKExtension.podspec.json
blob854d9145d5687f983d0a1c7aa1e3d5df81fefd60
2   "name": "DJISDKExtension",
3   "version": "1.5.0",
4   "summary": "Extension for DJISDK-iOS.",
5   "description": "Extension for DJISDK-iOS, only support Swift.",
6   "homepage": "https://github.com/gzkiwiinc/DJISDKExtension",
7   "license": "MIT",
8   "authors": {
9     "Kyle": "lacklock@gmail.com",
10     "Pandara": "wen.pandara@gmail.com"
11   },
12   "swift_versions": "5.0",
13   "platforms": {
14     "ios": "10.0"
15   },
16   "requires_arc": true,
17   "xcconfig": {
18     "EXCLUDED_ARCHS": "i386",
19     "ONLY_ACTIVE_ARCH": "YES"
20   },
21   "source": {
22     "git": "https://github.com/gzkiwiinc/DJISDKExtension.git",
23     "tag": "1.5.0"
24   },
25   "source_files": [
26     "DJISDKExtension/*.swift",
27     "DJISDKExtension/**/*.swift"
28   ],
29   "dependencies": {
30     "DJI-SDK-iOS": [
31       "~> 4.11.0"
32     ],
33     "PromiseKit": [
35     ]
36   },
37   "swift_version": "5.0"