[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 1 / 3 / 7 / BSUITest / 0.1.5 / BSUITest.podspec.json
blob62df36b3b0c3469a6173074969b50af81ee95d7f
2   "name": "BSUITest",
3   "version": "0.1.5",
4   "summary": "A useful UI Automatic Testing Tool that supports UI Recording/UI Playback/Screen Record/Video Screenshot Comparison",
5   "description": "It is a useful UI Automatic Testing Tool that supports UI Recording/UI Playback/Screen Record/Video Screenshot Comparison without writing any ui test script.一个不用写UI测试脚本便可实现录制/回放/录屏/录屏截图相识度对比的UI自动化测试工具。",
6   "homepage": "https://github.com/vviicc/BSUITest",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "vviicc": "704550191@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/vviicc/BSUITest.git",
16     "tag": "0.1.5"
17   },
18   "frameworks": [
19     "IOKit",
20     "CoreGraphics"
21   ],
22   "platforms": {
23     "ios": "8.0"
24   },
25   "source_files": "BSUITest/Classes/BSUITestManager.{h,m}",
26   "subspecs": [
27     {
28       "name": "Logic",
29       "source_files": [
30         "BSUITest/Classes/BSUITestLogic.{h,m}",
31         "BSUITest/Classes/BSUITestFileHelper.{h,m}"
32       ],
33       "dependencies": {
34         "BSUITest/Vendor": [
36         ],
37         "BSUITest/MRC": [
39         ]
40       },
41       "vendored_frameworks": "BSUITest/Classes/Vendor/PTFakeTouch.framework"
42     },
43     {
44       "name": "UI",
45       "source_files": "BSUITest/Classes/UI/*.{h,m}",
46       "dependencies": {
47         "BSUITest/Logic": [
49         ],
50         "BSUITest/Vendor": [
52         ]
53       }
54     },
55     {
56       "name": "Vendor",
57       "source_files": "BSUITest/Classes/Vendor/**/*.{h,m}",
58       "exclude_files": "BSUITest/Classes/Vendor/TPPreciseTimer.{h,m}"
59     },
60     {
61       "name": "MRC",
62       "source_files": "BSUITest/Classes/Vendor/TPPreciseTimer.{h,m}",
63       "requires_arc": false
64     }
65   ]