blob: 4ba090b19e14f93c7b537e50ffd50d4b7535eaa4 [file] [log] [blame]
{
"name": "CJMedia",
"version": "0.0.6",
"summary": "自定义的多媒体(相册、图片、视频等)相关组件",
"homepage": "https://github.com/dvlproad/CJPopupView",
"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!",
"license": "MIT",
"authors": {
"dvlproad": ""
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/dvlproad/CJPopupView.git",
"tag": "CJMedia_0.0.6"
},
"frameworks": "UIKit",
"requires_arc": true,
"subspecs": [
{
"name": "CJValidateAuthorizationUtil",
"source_files": "CJMedia/CJValidateAuthorizationUtil/**/*.{h,m}",
"frameworks": [
"AssetsLibrary",
"Photos",
"AVFoundation",
"CoreLocation"
]
},
{
"name": "MySingleImagePickerController",
"source_files": "CJMedia/MySingleImagePickerController/**/*.{h,m}",
"dependencies": {
"CJMedia/CJValidateAuthorizationUtil": [
]
}
},
{
"name": "CJPhotoBrowser",
"source_files": "CJMedia/CJPhotoBrowser/**/*.{h,m}",
"resources": "CJMedia/CJPhotoBrowser/**/*.{png,xib,bundle}",
"dependencies": {
"CJMedia/CJValidateAuthorizationUtil": [
],
"Masonry": [
],
"MBProgressHUD": [
],
"SDWebImage": [
]
}
},
{
"name": "CJUploadImagePickerUtil",
"source_files": "CJMedia/CJUploadImagePickerUtil/**/*.{h,m}",
"dependencies": {
"CJMedia/CJValidateAuthorizationUtil": [
],
"CJMedia/MySingleImagePickerController": [
],
"CJMedia/CJPhotoBrowser": [
],
"CJNetwork/AFNetworkingUploadComponent": [
],
"CJFile/CJFileManager": [
]
}
},
{
"name": "CJNormalImagePickerUtil",
"source_files": "CJMedia/CJNormalImagePickerUtil/**/*.{h,m}",
"dependencies": {
"CJMedia/CJValidateAuthorizationUtil": [
],
"CJMedia/MySingleImagePickerController": [
],
"CJMedia/CJPhotoBrowser": [
]
}
}
]
}