blob: 6979d5316847ede85f6f29f3d9f79d8b51358a9d [file] [log] [blame]
{
"name": "CJComplexUIKit",
"version": "0.0.1",
"summary": "自定义的稍微复杂的UI",
"homepage": "https://github.com/dvlproad/CJUIKit",
"description": "*、CJDataScrollView:带数据的列表视图或集合视图(常用于搜索、图片选择)\n\n A longer description of CJPopupAction 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.1_1"
},
"source_files": "CJComplexUIKit/*.{h,m}",
"frameworks": "UIKit",
"requires_arc": true,
"subspecs": [
{
"name": "CJDataScrollView",
"subspecs": [
{
"name": "SearchScrollView",
"source_files": "CJComplexUIKit/CJDataScrollView/SearchScrollView/**/*.{h,m}",
"dependencies": {
"CJBaseUIKit/CJCollectionView/MyEqualCellSizeCollectionView": [
],
"CJBaseUtil/CJDataUtil": [
"~> 0.1.1"
],
"NSOperationQueueUtil": [
"~> 0.0.1"
]
}
},
{
"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/CJValidateAuthorizationUtil": [
"~> 0.0.4"
],
"CJMedia/MySingleImagePickerController": [
"~> 0.0.4"
],
"CJMedia/CJPhotoBrowser": [
"~> 0.0.4"
],
"CJFile/CJFileManager": [
"0.0.2"
],
"CJNetwork/AFNetworkingUploadComponent": [
"~> 0.1.3"
]
}
}
]
}
]
}