[Delete] NIMSDK_LITE 8.9.122
[CocoaPods.git] / Specs / 0 / 7 / 4 / CJMedia / 0.0.6 / CJMedia.podspec.json
blob4ba090b19e14f93c7b537e50ffd50d4b7535eaa4
2   "name": "CJMedia",
3   "version": "0.0.6",
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.6"
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     {
60       "name": "CJUploadImagePickerUtil",
61       "source_files": "CJMedia/CJUploadImagePickerUtil/**/*.{h,m}",
62       "dependencies": {
63         "CJMedia/CJValidateAuthorizationUtil": [
65         ],
66         "CJMedia/MySingleImagePickerController": [
68         ],
69         "CJMedia/CJPhotoBrowser": [
71         ],
72         "CJNetwork/AFNetworkingUploadComponent": [
74         ],
75         "CJFile/CJFileManager": [
77         ]
78       }
79     },
80     {
81       "name": "CJNormalImagePickerUtil",
82       "source_files": "CJMedia/CJNormalImagePickerUtil/**/*.{h,m}",
83       "dependencies": {
84         "CJMedia/CJValidateAuthorizationUtil": [
86         ],
87         "CJMedia/MySingleImagePickerController": [
89         ],
90         "CJMedia/CJPhotoBrowser": [
92         ]
93       }
94     }
95   ]