Yuuki | dcc094b | 2019-08-30 04:21:41 -0400 | [diff] [blame] | 1 | { |
| 2 | "name": "YPhotoPicker", |
| 3 | "version": "0.0.2", |
| 4 | "summary": "An iOS platform photo picker.", |
| 5 | "description": "An simple iOS platform photo picker.Allow multiple selection.", |
| 6 | "homepage": "https://github.com/mmk982380365/YPhotoPicker", |
| 7 | "license": "MIT", |
| 8 | "authors": { |
| 9 | "Yuuki": "982380365@qq.com" |
| 10 | }, |
| 11 | "platforms": { |
| 12 | "ios": "9.0" |
| 13 | }, |
| 14 | "source": { |
| 15 | "git": "https://github.com/mmk982380365/YPhotoPicker.git", |
| 16 | "tag": "0.0.2" |
| 17 | }, |
| 18 | "source_files": "YPhotoPicker/Picker/**/*.{h,m}", |
| 19 | "public_header_files": "YPhotoPicker/Picker/ViewController/YPhotoPickerController.h", |
| 20 | "resource_bundles": { |
| 21 | "YPhotoPicker": [ |
| 22 | "YPhotoPicker/Picker/**/*.png" |
| 23 | ] |
| 24 | }, |
| 25 | "frameworks": [ |
| 26 | "Photos", |
| 27 | "CoreServices" |
| 28 | ], |
| 29 | "xcconfig": { |
| 30 | "WARNING_CFLAGS": "-Wno-format" |
| 31 | } |
| 32 | } |