[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / a / d / 9 / YJImagePickerController / 1.0.0 / YJImagePickerController.podspec.json
blob3dd5189ea70080f4806c68fc8666bc74e420692b
2   "name": "YJImagePickerController",
3   "version": "1.0.0",
4   "summary": "iOS8以上一个简单图片选择封装,支持拍照和相册选择",
5   "platforms": {
6     "ios": "8.0"
7   },
8   "requires_arc": true,
9   "frameworks": [
10     "Photos",
11     "AVFoundation"
12   ],
13   "description": "简单易用",
14   "homepage": "https://github.com/full-of-fire/YJImagePickerController",
15   "license": {
16     "type": "MIT",
17     "file": "LICENSE"
18   },
19   "authors": {
20     "full-of-fire": "591730822@qq.com"
21   },
22   "source": {
23     "git": "https://github.com/full-of-fire/YJImagePickerController.git",
24     "tag": "1.0.0"
25   },
26   "default_subspecs": "Core",
27   "subspecs": [
28     {
29       "name": "Core",
30       "source_files": "YJImagePickerController/Classes/**/*.{h,m}",
31       "resource_bundles": {
32         "YJImagePickerController": [
33           "YJImagePickerController/Classes/**/*.{xib}",
34           "YJImagePickerController/Assets/**/*.png"
35         ]
36       }
37     }
38   ]