[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / b / 5 / 8 / MSUITest / 1.0.1 / MSUITest.podspec.json
blob22aca8cbd389037c9f41c7beb47d120c69ef2dff
2   "name": "MSUITest",
3   "version": "1.0.1",
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",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": "Marco Santarossa",
12   "social_media_url": "https://twitter.com/MarcoSantaDev",
13   "source": {
14     "git": "https://github.com/MarcoSantarossa/MSUITest.git",
15     "tag": "v1.0.1"
16   },
17   "swift_versions": "5.0",
18   "platforms": {
19     "ios": "10.0"
20   },
21   "swift_version": "5.0",
22   "subspecs": [
23     {
24       "name": "Core",
25       "source_files": "Source/Core/**/*.swift",
26       "frameworks": "XCTest"
27     },
28     {
29       "name": "App",
30       "source_files": [
31         "Source/AIP/**/*.swift",
32         "Source/Core/LaunchArguments/UITestLaunchArguments.swift"
33       ]
34     }
35   ]