blob: eb7e252e01be03001efefd42469b0a25adc8a577 [file] [log] [blame]
{
"name": "CJMonitor",
"version": "0.0.1",
"summary": "自定义的基础工具类",
"homepage": "https://github.com/dvlproad/CJMonitor",
"license": "MIT",
"authors": "dvlproad",
"description": "- CJMonitor/CJLog:日志工具\n- CJMonitor/CJAppLastUtil:APP上次信息+账号安全工具\n\n A longer description of CJMonitor 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!",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/dvlproad/CJMonitor.git",
"tag": "CJMonitor_0.0.1"
},
"frameworks": "UIKit",
"requires_arc": true,
"subspecs": [
{
"name": "CJLog",
"source_files": "CJMonitor/CJLog/**/*.{h,m}",
"dependencies": {
"Masonry": [
],
"CJBaseUIKit/UIView/CJDragAction": [
]
}
}
]
}