[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 9 / 1 / 4 / YPhotoPicker / 0.0.2 / YPhotoPicker.podspec.json
blob95562a48f1ae70fbbba7ac9e1f26c36b77fb3a8b
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   }