blob: 2785711f748399d75e07dadf881d54e49161244e [file] [log] [blame]
{
"name": "CJHook",
"version": "0.0.2",
"summary": "Hook",
"homepage": "https://github.com/dvlproad/CJUIKit",
"description": "- CJHook/HookCJHelper:Hook帮助类\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/CJUIKit.git",
"tag": "CJHook_0.0.2"
},
"frameworks": "UIKit",
"requires_arc": true,
"dependencies": {
"CJBaseHelper/HookCJHelper": [
]
},
"subspecs": [
{
"name": "CJFileUploadPanel",
"source_files": "CJHook/CJFileUploadPanel/**/*.{h,m}"
},
{
"name": "UIViewController",
"source_files": "CJHook/UIViewController/**/*.{h,m}",
"dependencies": {
"CJBaseHelper/UIViewControllerCJHelper": [
]
}
},
{
"name": "UIButton",
"source_files": "CJHook/UIButton/**/*.{h,m}"
}
]
}