blob: acec439c18c828b288bc465357d2e31415a42c6e [file] [log] [blame]
{
"name": "YPhotoPicker",
"version": "0.0.3",
"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.3"
},
"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"
}
}