4 "summary": "A Swift XCUITest wrapper inspired by Gherkin syntax.",
5 "description": "A XCUITest wrapper written in Swift inspired by the Gherkin syntax to allow everyone to write human readable UI tests in a clean way.",
6 "homepage": "https://github.com/MarcoSantarossa/MSUITest",
11 "authors": "Marco Santarossa",
12 "social_media_url": "https://twitter.com/MarcoSantaDev",
14 "git": "https://github.com/MarcoSantarossa/MSUITest.git",
17 "swift_versions": "5.0",
21 "swift_version": "5.0",
25 "source_files": "Source/Core/**/*.swift",
26 "frameworks": "XCTest"
31 "Source/AIP/**/*.swift",
32 "Source/Core/LaunchArguments/UITestLaunchArguments.swift"