blob: c2a623a737f77f1795edf989e11ace79ac821e58 [file] [log] [blame]
{
"name": "TABTestKit",
"version": "1.7.1",
"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.borrelli@kinandcarta.com",
"KaneCheshire": "kane.cheshire@kinandcarta.com",
"theblixguy": "suyash.srijan@kinandcarta.com",
"neil3079": "neil.horton@kinandcarta.com",
"annpiktas": "anna.piktas@kinandcarta.com",
"roger-tan": "roger.tan@kinandcarta.com",
"jsanderson44": "john.sanderson@kinandcarta.com"
},
"source": {
"git": "https://github.com/theappbusiness/TABTestKit.git",
"tag": "1.7.1"
},
"platforms": {
"ios": "12.4"
},
"swift_versions": "5.0",
"source_files": "TABTestKit/Classes/**/*",
"frameworks": "XCTest",
"pod_target_xcconfig": {
"ENABLE_BITCODE": "NO"
},
"subspecs": [
{
"name": "Biometrics",
"source_files": "TABTestKit/Classes/Biometrics/**/*"
},
{
"name": "BDD",
"source_files": "TABTestKit/Classes/BDD/**/*"
}
],
"swift_version": "5.0"
}