[Add] DocumentReaderMRZBarcodeStage 7.5.10793
[CocoaPods.git] / Specs / 0 / 7 / 4 / CJMedia / 0.0.5 / CJMedia.podspec.json
blobcc83d67feed7d3e289833af91e3e6a8982a8d7c9
2   "name": "CJMedia",
3   "version": "0.0.5",
4   "summary": "自定义的多媒体(相册、图片、视频等)相关组件",
5   "homepage": "https://github.com/dvlproad/CJPopupView",
6   "description": "*、UIImagePickerControllerUtil:系统的相册选择器与查看器;\n*、CJImagePicker:自定义的“图片选择器CJImagePickerViewController”\n*、CJPhotoBrowser:自定义的“图片浏览器CJPhotoBrowser”\n*、CJAlumbViewController:自定义的相册列表\n\n A longer description of CJMedia in Markdown format.\n\n * Think: Why did you write this? What is the focus? What does it do?\n * CocoaPods will be using this to generate tags, and improve search results.\n * Try to keep it short, snappy and to the point.\n * Finally, don't worry about the indent, CocoaPods strips it!",
7   "license": "MIT",
8   "authors": {
9     "dvlproad": ""
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/dvlproad/CJPopupView.git",
16     "tag": "CJMedia_0.0.5"
17   },
18   "frameworks": "UIKit",
19   "requires_arc": true,
20   "subspecs": [
21     {
22       "name": "CJValidateAuthorizationUtil",
23       "source_files": "CJMedia/CJValidateAuthorizationUtil/**/*.{h,m}",
24       "frameworks": [
25         "AssetsLibrary",
26         "Photos",
27         "AVFoundation",
28         "CoreLocation"
29       ]
30     },
31     {
32       "name": "MySingleImagePickerController",
33       "source_files": "CJMedia/MySingleImagePickerController/**/*.{h,m}",
34       "dependencies": {
35         "CJMedia/CJValidateAuthorizationUtil": [
37         ]
38       }
39     },
40     {
41       "name": "CJPhotoBrowser",
42       "source_files": "CJMedia/CJPhotoBrowser/**/*.{h,m}",
43       "resources": "CJMedia/CJPhotoBrowser/**/*.{png,xib,bundle}",
44       "dependencies": {
45         "CJMedia/CJValidateAuthorizationUtil": [
47         ],
48         "Masonry": [
50         ],
51         "MBProgressHUD": [
53         ],
54         "SDWebImage": [
56         ]
57       }
58     }
59   ]