blob: 22aca8cbd389037c9f41c7beb47d120c69ef2dff [file] [log] [blame]
{
"name": "MSUITest",
"version": "1.0.1",
"summary": "A Swift XCUITest wrapper inspired by Gherkin syntax.",
"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.",
"homepage": "https://github.com/MarcoSantarossa/MSUITest",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Marco Santarossa",
"social_media_url": "https://twitter.com/MarcoSantaDev",
"source": {
"git": "https://github.com/MarcoSantarossa/MSUITest.git",
"tag": "v1.0.1"
},
"swift_versions": "5.0",
"platforms": {
"ios": "10.0"
},
"swift_version": "5.0",
"subspecs": [
{
"name": "Core",
"source_files": "Source/Core/**/*.swift",
"frameworks": "XCTest"
},
{
"name": "App",
"source_files": [
"Source/AIP/**/*.swift",
"Source/Core/LaunchArguments/UITestLaunchArguments.swift"
]
}
]
}