blob: c6955f66bbb210e539f2ab2b3e7364b22cdcaf7a [file] [log] [blame]
{
"name": "YJImagePickerController",
"version": "1.1.1",
"summary": "iOS8以上一个简单图片选择封装,支持拍照和相册选择",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"frameworks": [
"Photos",
"AVFoundation"
],
"description": "简单易用",
"homepage": "https://github.com/full-of-fire/YJImagePickerController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"full-of-fire": "591730822@qq.com"
},
"source": {
"git": "https://github.com/full-of-fire/YJImagePickerController.git",
"tag": "1.1.1"
},
"source_files": "YJImagePickerController/Classes/**/*.{h,m}",
"resource_bundles": {
"YJImagePickerController": [
"YJImagePickerController/Classes/**/*.{xib}",
"YJImagePickerController/Assets/**/*.png"
]
}
}