blob: a9b74b6be4f9bf8c9251222727d3280b651deb46 [file] [log] [blame]
{
"name": "TABTestKit",
"version": "0.4.0",
"summary": "Base to work off of for XCUI.",
"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.4.0"
},
"platforms": {
"ios": "10.0"
},
"source_files": "TABTestKit/Classes/**/*",
"frameworks": "XCTest",
"subspecs": [
{
"name": "Biometrics",
"source_files": "TABTestKit/Classes/Biometrics/**/*"
}
]
}