blob: dad534cd24098a7000b6732b3258e26ea3d53889 [file] [log] [blame]
{
"name": "JDGImagePicker",
"version": "0.1.0",
"summary": "基于Objective-C实现的相册相机选择器",
"description": "基于Objective-C实现的相册相机选择器",
"homepage": "https://github.com/JDGan/JDGImagePicker.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"JDGan": "jessiegan1987@163.com"
},
"source": {
"git": "https://github.com/JDGan/JDGImagePicker.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "11.0"
},
"source_files": "JDGImagePicker/Classes/Sources/**/*.{h,m}",
"resource_bundles": {
"JDGImagePickerResources": [
"JDGImagePicker/Assets/*.{storyboard,xcassets}"
]
},
"frameworks": [
"UIKit",
"Photos",
"AVFoundation"
]
}