blob: 4d1ff4d893420a68be7e3d300951e04a73f294f7 [file] [log] [blame]
{
"name": "CQDemoKit",
"version": "0.3.2",
"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.3.2"
},
"frameworks": "UIKit",
"requires_arc": true,
"subspecs": [
{
"name": "Home_Base",
"source_files": "CQDemoKit/Base/**/*.{h,m}",
"dependencies": {
"Masonry": [
],
"CJBaseUtil/CJDataUtil": [
]
}
},
{
"name": "Home_TextView",
"source_files": "CQDemoKit/TextView/**/*.{h,m}",
"dependencies": {
"CQDemoKit/Home_Base": [
]
}
},
{
"name": "Home_Collection",
"source_files": "CQDemoKit/Collection/**/*.{h,m}",
"dependencies": {
"CQDemoKit/Home_Base": [
]
}
},
{
"name": "Demo_Resource",
"source_files": "CQDemoKit/Demo_Resource/**/*.{h,m}",
"resource_bundles": {
"CQDemoKit": [
"CQDemoKit/Demo_Resource/**/*.{png,jpg}"
]
}
}
]
}