blob: 2cabb553a681a2cca41ce2cc75d623442e5f3462 [file] [log] [blame]
{
"name": "BSUITest",
"version": "0.1.0",
"summary": "A useful UI Automatic Testing Tool that supports UI Recording/UI Playback/Screen Record/Video Screenshot Comparison",
"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自动化测试工具。",
"homepage": "https://github.com/vviicc/BSUITest",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"vviicc": "704550191@qq.com"
},
"source": {
"git": "https://github.com/vviicc/BSUITest.git",
"tag": "0.1.0"
},
"frameworks": "IOKit",
"vendored_frameworks": "BSUITest/Classes/Vendor/PTFakeTouch.framework",
"platforms": {
"ios": "8.0"
},
"source_files": "BSUITest/Classes/**/*",
"exclude_files": "BSUITest/Classes/Vendor/TPPreciseTimer.{h,m}",
"subspecs": [
{
"name": "mrc",
"source_files": "BSUITest/Classes/Vendor/TPPreciseTimer.{h,m}",
"requires_arc": false
}
]
}