blob: 1e354dbf99945a4a8e8f88819d33c91ebe820ba2 [file] [log] [blame]
{
"name": "TABTestKit",
"version": "0.5.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.5.0"
},
"platforms": {
"ios": "10.0"
},
"source_files": "TABTestKit/Classes/**/*",
"frameworks": "XCTest",
"subspecs": [
{
"name": "Biometrics",
"source_files": "TABTestKit/Classes/Biometrics/**/*"
}
]
}