blob: bcd0540f501c71a7bb165b5ce69b96273576ad10 [file] [log] [blame]
{
"name": "CJMedia",
"version": "0.1.0",
"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.1.0"
},
"frameworks": "UIKit",
"requires_arc": true,
"subspecs": [
{
"name": "MySingleImagePickerController",
"source_files": "CJMedia/MySingleImagePickerController/**/*.{h,m}"
},
{
"name": "CJPhotoBrowser",
"source_files": "CJMedia/CJPhotoBrowser/**/*.{h,m}",
"resources": "CJMedia/CJPhotoBrowser/**/*.{png,xib,bundle}",
"dependencies": {
"Masonry": [
],
"MBProgressHUD": [
],
"SDWebImage": [
],
"CJBaseHelper/AuthorizationCJHelper": [
]
}
}
]
}