blob: a31b3c549466109cab103d0729821f87794a4fbd [file] [log] [blame]
{
"name": "CQDemoKit",
"version": "0.5.0",
"summary": "Demo",
"homepage": "https://github.com/dvlproad/001-UIKit-CQDemo-iOS",
"description": "- CQDemoKit/xxx:Demo最基础类\n\n A longer description of CJHook 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/001-UIKit-CQDemo-iOS.git",
"tag": "CQDemoKit_0.5.0"
},
"frameworks": "UIKit",
"requires_arc": true,
"subspecs": [
{
"name": "BaseVC",
"subspecs": [
{
"name": "Base",
"source_files": "CQDemoKit/BaseVC/Base/**/*.{h,m}",
"dependencies": {
"Masonry": [
]
}
},
{
"name": "ScrollView",
"source_files": "CQDemoKit/BaseVC/ScrollView/**/*.{h,m}",
"dependencies": {
"CQDemoKit/BaseVC/Base": [
]
}
},
{
"name": "TableView",
"source_files": "CQDemoKit/BaseVC/TableView/**/*.{h,m}",
"dependencies": {
"CQDemoKit/BaseVC/Base": [
],
"CJBaseUtil/CJDataUtil": [
]
}
},
{
"name": "Collection",
"source_files": "CQDemoKit/BaseVC/Collection/**/*.{h,m}",
"dependencies": {
"CQDemoKit/BaseVC/Base": [
],
"CJBaseUtil/CJDataUtil": [
]
}
},
{
"name": "TextView",
"source_files": "CQDemoKit/BaseVC/TextView/**/*.{h,m}",
"dependencies": {
"CQDemoKit/BaseVC/Base": [
],
"CQDemoKit/BaseUtil": [
],
"CJBaseUtil/CJDataUtil": [
]
}
}
]
},
{
"name": "Demo_Resource",
"source_files": "CQDemoKit/Demo_Resource/**/*.{h,m}",
"resource_bundles": {
"CQDemoKit": [
"CQDemoKit/Demo_Resource/**/*.{png,jpg}"
]
}
},
{
"name": "BaseUIKit",
"source_files": "CQDemoKit/BaseUIKit/**/*.{h,m}",
"dependencies": {
"Masonry": [
]
}
},
{
"name": "BaseUtil",
"source_files": "CQDemoKit/BaseUtil/**/*.{h,m}"
}
]
}