blob: c2f325f23e92c60265b47ccdce51a4eb0030ebaf [file] [log] [blame]
{
"name": "CJHook",
"version": "0.0.1",
"summary": "Hook",
"homepage": "https://github.com/dvlproad/CJUIKit",
"description": "- CJBaseUIKit/UIColor:颜色:用来通过十六进制来设置颜色。 支持@“#123456”、 @“0X123456”、 @“123456”三种格式\n- CJBaseUIKit/UIImage:图片\n- CJBaseUIKit/UINavigationBar:导航栏\n- CJBaseUIKit/UIView:视图\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.1"
},
"frameworks": "UIKit",
"requires_arc": true,
"dependencies": {
"CJBaseHelper/HookCJHelper": [
]
},
"subspecs": [
{
"name": "UIViewController",
"source_files": "CJHook/UIViewController/**/*.{h,m}",
"dependencies": {
"CJBaseHelper/UIViewControllerCJHelper": [
]
}
},
{
"name": "UIButton",
"source_files": "CJHook/UIButton/**/*.{h,m}"
}
]
}