blob: bdef832740ca3b21519aac75dec04bd4ad3b3d1a [file] [log] [blame]
{
"name": "TABTestKit",
"version": "0.6.0",
"summary": "Strongly typed Swift wrapper around XCTest / XCUI, enabling you to write BDD-style automation tests, without writing much code at all.",
"homepage": "https://github.com/theappbusiness/TABTestKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"zacoid55": "zac@theappbusiness.com",
"KaneCheshire": "kane.cheshire@theappbusiness.com",
"theblixguy": "suyash.srijan@theappbuisness.com"
},
"source": {
"git": "https://github.com/theappbusiness/TABTestKit.git",
"tag": "0.6.0"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "5.0",
"source_files": "TABTestKit/Classes/**/*",
"frameworks": "XCTest",
"swift_version": "5.0",
"subspecs": [
{
"name": "Biometrics",
"source_files": "TABTestKit/Classes/Biometrics/**/*"
},
{
"name": "BDD",
"source_files": "TABTestKit/Classes/BDD/**/*"
}
]
}