[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 0 / 7 / 4 / CJMedia / 0.0.2 / CJMedia.podspec.json
blob01760ede660ff4601bc4a804f7b0cc24462d47e3
2   "name": "CJMedia",
3   "version": "0.0.2",
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": "7.0"
13   },
14   "source": {
15     "git": "https://github.com/dvlproad/CJPopupView.git",
16     "tag": "CJMedia_0.0.2"
17   },
18   "frameworks": "UIKit",
19   "requires_arc": true,
20   "subspecs": [
21     {
22       "name": "UIImagePickerControllerUtil",
23       "source_files": "CJMedia/UIImagePickerControllerUtil/**/*.{h,m}"
24     },
25     {
26       "name": "CJPhotoBrowser",
27       "source_files": "CJMedia/CJPhotoBrowser/**/*.{h,m}",
28       "resources": "CJMedia/CJPhotoBrowser/**/*.{png,xib,bundle}",
29       "dependencies": {
30         "Masonry": [
32         ],
33         "MBProgressHUD": [
35         ],
36         "SDWebImage": [
38         ]
39       }
40     }
41   ]