blob: e30ffede8597611b03ba7125f247b7f482cc9c4e [file] [log] [blame]
{
"name": "DJIFileManager",
"version": "1.4.0",
"summary": "A file management component for DJISDK-iOS",
"homepage": "https://github.com/gzkiwiinc/DJIFileManager",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Kyle": "lacklock@gmail.com",
"Hanson": "hansenhs21@live.com"
},
"source": {
"git": "https://github.com/gzkiwiinc/DJIFileManager.git",
"tag": "1.4.0"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "5.0",
"xcconfig": {
"EXCLUDED_ARCHS": "i386",
"ONLY_ACTIVE_ARCH": "YES"
},
"source_files": "DJIFileManager/*.swift",
"resource_bundles": {
"DJIFileManager": [
"DJIFileManager/Assets/*"
]
},
"dependencies": {
"DJI-SDK-iOS": [
"~> 4.11"
],
"SnapKit": [
],
"PromiseKit": [
],
"MJRefresh": [
],
"DJISDKExtension": [
]
},
"frameworks": "UIKit",
"swift_version": "5.0"
}