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",
12 "Progressive Open Source": "progressiveopensource@users.noreply.github.com"
15 "git": "https://github.com/Progressive-Insurance/Swerkin.git",
21 "pod_target_xcconfig": {
22 "ENABLE_BITCODE": "NO"
24 "swift_versions": "5.0",
26 "Sources/Swerkin/Classes/**/*.{swift,c,h,m,mm}",
27 "Sources/SwerkinAdditions/**/*.{swift,c,h,m,mm}"
29 "public_header_files": "Sources/SwerkinAdditions/**/*.h",
38 "KIF/IdentifierTests": [
42 "swift_version": "5.0"