| { |
| "name": "AutomationTools", |
| "version": "4.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": "4.0.0" |
| }, |
| "platforms": { |
| "ios": "11.0" |
| }, |
| "swift_versions": "5.0", |
| "subspecs": [ |
| { |
| "name": "HostApp", |
| "ios": { |
| "source_files": [ |
| "AutomationTools/Classes/HostApp/**/*" |
| ] |
| } |
| }, |
| { |
| "name": "Core", |
| "ios": { |
| "source_files": [ |
| "AutomationTools/Classes/Core/**/*" |
| ], |
| "frameworks": [ |
| "Foundation", |
| "XCTest" |
| ] |
| } |
| } |
| ], |
| "swift_version": "5.0" |
| } |