2 "name": "PippinTesting",
4 "summary": "A Swift framework to make Xcode testing easier..",
5 "description": "A collection of Swift and Objective-C utilities delivering helper functions to work with XCTest and XCUIApplication API in service of concise, readable and robust test code.",
6 "homepage": "http://github.com/tworingsoft/Pippin",
9 "Andrew McKnight": "andrew@tworingsoft.com"
12 "git": "https://github.com/tworingsoft/Pippin.git",
13 "tag": "PippinTesting-2.0.0"
18 "swift_version": "4.2",
19 "source_files": "Sources/PippinTesting/Extensions/XCTest/**/*.{h,m,swift}",
20 "frameworks": "XCTest",
21 "pod_target_xcconfig": {
22 "ENABLE_BITCODE": "NO"
28 "source_files": "Tests/PippinTesting/**/*.swift"