blob: f29be04ae5961a989041e1fcadacd60a962edf70 [file] [log] [blame]
{
"name": "CGXCollectionCategoryView-OC",
"version": "1.3.0",
"summary": "UICollectionView封装列表库",
"description": "常用UICollectionView控件列表封装,瀑布流布局使用,多行展示",
"homepage": "https://github.com/974794055/CGXCollectionCategoryView-OC",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"974794055": "974794055@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/974794055/CGXCollectionCategoryView-OC.git",
"tag": "1.3.0"
},
"requires_arc": true,
"frameworks": "UIKit",
"source_files": "CGXCollectionCategoryView/CGXCollectionCategoryView.h",
"public_header_files": "CGXCollectionCategoryView/CGXCollectionCategoryView.h",
"subspecs": [
{
"name": "Common",
"source_files": "CGXCollectionCategoryView/Common/**/*.{h,m}"
},
{
"name": "BaseView",
"source_files": [
"CGXCollectionCategoryView/BaseView/**/*.{h,m}",
"CGXCollectionCategoryView/Delegate/**/*.{h,m}"
],
"dependencies": {
"CGXCollectionCategoryView-OC/Common": [
]
}
},
{
"name": "WaterView",
"source_files": "CGXCollectionCategoryView/WaterView/**/*.{h,m}",
"dependencies": {
"CGXCollectionCategoryView-OC/Common": [
],
"CGXCollectionCategoryView-OC/BaseView": [
]
}
},
{
"name": "GeneralView",
"source_files": "CGXCollectionCategoryView/GeneralView/**/*.{h,m}",
"dependencies": {
"CGXCollectionCategoryView-OC/Common": [
],
"CGXCollectionCategoryView-OC/BaseView": [
]
}
}
]
}