[Add] Userpilot 0.0.1-beta.1
[CocoaPods.git] / Specs / 0 / 7 / 5 / CJBaseTest / 0.0.1 / CJBaseTest.podspec.json
blob42d00fffdc8f83b984d8225d92662c1beebc35a9
2   "name": "CJBaseTest",
3   "version": "0.0.1",
4   "summary": "自定义的基础帮助类",
5   "homepage": "https://github.com/dvlproad/CJUIKit",
6   "license": "MIT",
7   "authors": "dvlproad",
8   "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!",
9   "platforms": {
10     "ios": "8.0"
11   },
12   "source": {
13     "git": "https://github.com/dvlproad/CJUIKit.git",
14     "tag": "CJBaseTest_0.0.1"
15   },
16   "frameworks": "XCTest",
17   "requires_arc": true,
18   "subspecs": [
19     {
20       "name": "Test",
21       "source_files": "CJBaseTest/Test/**/*.{h,m}"
22     },
23     {
24       "name": "UITest",
25       "source_files": "CJBaseTest/UITest/**/*.{h,m}"
26     }
27   ]