blob: 95562a48f1ae70fbbba7ac9e1f26c36b77fb3a8b [file] [log] [blame]
{
"name": "YPhotoPicker",
"version": "0.0.2",
"summary": "An iOS platform photo picker.",
"description": "An simple iOS platform photo picker.Allow multiple selection.",
"homepage": "https://github.com/mmk982380365/YPhotoPicker",
"license": "MIT",
"authors": {
"Yuuki": "982380365@qq.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/mmk982380365/YPhotoPicker.git",
"tag": "0.0.2"
},
"source_files": "YPhotoPicker/Picker/**/*.{h,m}",
"public_header_files": "YPhotoPicker/Picker/ViewController/YPhotoPickerController.h",
"resource_bundles": {
"YPhotoPicker": [
"YPhotoPicker/Picker/**/*.png"
]
},
"frameworks": [
"Photos",
"CoreServices"
],
"xcconfig": {
"WARNING_CFLAGS": "-Wno-format"
}
}