blob: f167860ecdc66fbb4e93aa81968a8c94686f9d65 [file] [log] [blame]
{
"name": "AutomationTools-Host",
"version": "5.0.0",
"summary": "iOS UI test framework and guidelines",
"homepage": "https://github.com/justeat/AutomationTools",
"license": {
"type": "Apache 2.0",
"file": "LICENSE"
},
"authors": {
"Alberto De Bortoli": "alberto.debortoli@just-eat.com",
"Sneha Narayana Swamy": "sneha.narayanaswamy@just-eat.com"
},
"source": {
"git": "https://github.com/justeat/AutomationTools.git",
"tag": "5.0.0"
},
"platforms": {
"ios": "11.0"
},
"swift_versions": "5.0",
"subspecs": [
{
"name": "Host",
"ios": {
"source_files": [
"AutomationTools/Classes/HostApp/**/*"
]
}
}
],
"swift_version": "5.0"
}