[Add] WatchMarket 0.0.2
[CocoaPods.git] / Specs / 4 / 7 / 8 / Swerkin / 0.0.1 / Swerkin.podspec.json
blobf08f36a2e9ed2bc1733654e4c758b0b69ea3cfe8
2   "name": "Swerkin",
3   "version": "0.0.1",
4   "summary": "Library that contains the core components for UI Testing with KIF and Gherkin",
5   "description": "Library to facilitate UI testing utilizing KIF.  It is to be shared across apps and contains the base components for building basic UI tests.  It uses the screen object model design as well as the XCTest framework to create UI tests that are quick and easy to setup.",
6   "homepage": "https://github.com/Progressive-Insurance/Swerkin",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Progressive Open Source": "progressiveopensource@users.noreply.github.com"
13   },
14   "source": {
15     "git": "https://github.com/Progressive-Insurance/Swerkin.git",
16     "tag": "0.0.1"
17   },
18   "platforms": {
19     "ios": "12.0"
20   },
21   "pod_target_xcconfig": {
22     "ENABLE_BITCODE": "NO"
23   },
24   "swift_versions": "5.0",
25   "source_files": [
26     "Sources/Swerkin/Classes/**/*.{swift,c,h,m,mm}",
27     "Sources/SwerkinAdditions/**/*.{swift,c,h,m,mm}"
28   ],
29   "public_header_files": "Sources/SwerkinAdditions/**/*.h",
30   "frameworks": [
31     "UIKit",
32     "XCTest"
33   ],
34   "dependencies": {
35     "KIF": [
37     ],
38     "KIF/IdentifierTests": [
40     ]
41   },
42   "swift_version": "5.0"