[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 7 / 8 / e / JDGImagePicker / 0.1.2 / JDGImagePicker.podspec.json
blob132bde31aa0998ca05822a2d7089de12d932c2ed
2   "name": "JDGImagePicker",
3   "version": "0.1.2",
4   "summary": "基于Objective-C实现的相册相机选择器",
5   "description": "基于Objective-C实现的相册相机选择器,支持相机和相册的同步选择",
6   "homepage": "https://github.com/JDGan/JDGImagePicker.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "JDGan": "jessiegan1987@163.com"
13   },
14   "source": {
15     "git": "https://github.com/JDGan/JDGImagePicker.git",
16     "tag": "0.1.2"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "source_files": "JDGImagePicker/Classes/Sources/**/*.{h,m}",
22   "resource_bundles": {
23     "JDGImagePickerResources": [
24       "JDGImagePicker/Assets/*.{storyboard,xcassets}"
25     ]
26   },
27   "frameworks": [
28     "UIKit",
29     "Photos",
30     "AVFoundation"
31   ]