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": "https://github.com/tworingsoft/Pippin",
9 "Andrew McKnight": "andrew@tworingsoft.com"
12 "git": "https://github.com/tworingsoft/Pippin.git",
13 "tag": "PippinTesting-2.1.0"
18 "swift_versions": "5.1",
19 "source_files": "Sources/PippinTesting/**/*.{h,m,swift}",
20 "frameworks": "XCTest",
22 "ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES": "YES"
24 "pod_target_xcconfig": {
25 "ENABLE_BITCODE": "NO"
27 "swift_version": "5.1",
32 "source_files": "Tests/PippinTesting/**/*.swift"