[Add] FluentIcons 1.1.268
[CocoaPods.git] / Specs / 0 / 7 / 4 / CJMedia / 0.0.3 / CJMedia.podspec.json
bloba349ad1e33288a98e29430bb65def29170cc98a9
2   "name": "CJMedia",
3   "version": "0.0.3",
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.3"
17   },
18   "frameworks": "UIKit",
19   "requires_arc": true,
20   "subspecs": [
21     {
22       "name": "CJValidateAuthorizationUtil",
23       "source_files": "CJMedia/CJValidateAuthorizationUtil/**/*.{h,m}"
24     },
25     {
26       "name": "MySingleImagePickerController",
27       "source_files": "CJMedia/MySingleImagePickerController/**/*.{h,m}",
28       "dependencies": {
29         "CJMedia/CJValidateAuthorizationUtil": [
31         ]
32       }
33     },
34     {
35       "name": "CJPhotoBrowser",
36       "source_files": "CJMedia/CJPhotoBrowser/**/*.{h,m}",
37       "resources": "CJMedia/CJPhotoBrowser/**/*.{png,xib,bundle}",
38       "dependencies": {
39         "CJMedia/CJValidateAuthorizationUtil": [
41         ],
42         "Masonry": [
44         ],
45         "MBProgressHUD": [
47         ],
48         "SDWebImage": [
50         ]
51       }
52     }
53   ]