blob: 83b095460f4f7b874bb52f7830cab31bc32b103b [file] [log] [blame]
{
"name": "AutomationTools-Core",
"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": "Core",
"ios": {
"source_files": [
"AutomationTools/Classes/Core/**/*"
],
"frameworks": [
"Foundation",
"XCTest"
]
}
}
],
"swift_version": "5.0"
}