blob: 45d187b5a0841b20825df55d54af4479b80e9ff8 [file] [log] [blame]
{
"name": "CJComplexUIKit",
"version": "0.0.7",
"summary": "自定义的稍微复杂的UI",
"homepage": "https://github.com/dvlproad/CJUIKit",
"description": "*、CJDataScrollView:带数据的列表视图或集合视图(常用于搜索、图片选择)\n\n A longer description of CJComplexUIKit 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": "7.0"
},
"source": {
"git": "https://github.com/dvlproad/CJUIKit.git",
"tag": "CJComplexUIKit_0.0.7"
},
"source_files": "CJComplexUIKit/*.{h,m}",
"frameworks": "UIKit",
"requires_arc": true,
"subspecs": [
{
"name": "UIViewController",
"source_files": "CJComplexUIKit/UIViewController/**/*.{h,m}",
"dependencies": {
"Masonry": [
],
"CJBaseUtil/CJWebUtil": [
],
"SVProgressHUD": [
],
"NJKWebViewProgress": [
]
}
},
{
"name": "CJDataScrollView",
"subspecs": [
{
"name": "SearchScrollView",
"source_files": "CJComplexUIKit/CJDataScrollView/SearchScrollView/**/*.{h,m}",
"dependencies": {
"CJBaseUIKit/CJCollectionView/MyEqualCellSizeCollectionView": [
],
"CJBaseUtil/CJDataUtil": [
],
"CJBaseUtil/NSOperationQueueUtil": [
]
}
},
{
"name": "ImagePickerCollectionlView",
"source_files": "CJComplexUIKit/CJDataScrollView/ImagePickerCollectionlView/**/*.{h,m}",
"resources": "CJComplexUIKit/CJDataScrollView/ImagePickerCollectionlView/**/*.{png,xib,bundle}",
"frameworks": "MediaPlayer",
"dependencies": {
"JGActionSheet": [
],
"CJBaseUIKit/UIImage+CJCategory": [
],
"CJBaseUIKit/CJCollectionView/MyEqualCellSizeCollectionView": [
],
"CJBaseUIKit/CJCollectionView/CJBaseCollectionViewCell": [
],
"CJMedia/CJUploadImagePickerUtil": [
]
}
}
]
}
]
}