blob: 868386ca4d3a026b97dc7fbb1ed5d1ad8ebdf0b6 [file] [log] [blame]
{
"name": "AutomationTools",
"version": "1.1.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": "1.1.0"
},
"platforms": {
"ios": "11.0"
},
"swift_version": "5.0",
"subspecs": [
{
"name": "HostApp",
"ios": {
"source_files": [
"AutomationTools/Classes/HostApp/**/*",
"AutomationTools/Classes/Shared/**/*"
]
},
"dependencies": {
"JustTweak": [
]
}
},
{
"name": "Core",
"ios": {
"source_files": [
"AutomationTools/Classes/Core/**/*",
"AutomationTools/Classes/Shared/**/*"
],
"frameworks": [
"Foundation",
"XCTest"
]
},
"dependencies": {
"JustTweak": [
]
}
}
]
}