blob: 42d00fffdc8f83b984d8225d92662c1beebc35a9 [file] [log] [blame]
{
"name": "CJBaseTest",
"version": "0.0.1",
"summary": "自定义的基础帮助类",
"homepage": "https://github.com/dvlproad/CJUIKit",
"license": "MIT",
"authors": "dvlproad",
"description": "- CJBaseTest/Test:单元测试类\n- CJBaseTest/UITest:自动化测试类\n\n\n A longer description of CJBaseTest 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/CJUIKit.git",
"tag": "CJBaseTest_0.0.1"
},
"frameworks": "XCTest",
"requires_arc": true,
"subspecs": [
{
"name": "Test",
"source_files": "CJBaseTest/Test/**/*.{h,m}"
},
{
"name": "UITest",
"source_files": "CJBaseTest/UITest/**/*.{h,m}"
}
]
}