blob: 128636426b915064e9ef14eff7e1bef7e2ffaa46 [file] [log] [blame]
{
"name": "PippinTesting",
"version": "2.1.0",
"summary": "A Swift framework to make Xcode testing easier.",
"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.",
"homepage": "https://github.com/tworingsoft/Pippin",
"license": "MIT",
"authors": {
"Andrew McKnight": "andrew@tworingsoft.com"
},
"source": {
"git": "https://github.com/tworingsoft/Pippin.git",
"tag": "PippinTesting-2.1.0"
},
"platforms": {
"ios": "9.0"
},
"swift_versions": "5.1",
"source_files": "Sources/PippinTesting/**/*.{h,m,swift}",
"frameworks": "XCTest",
"xcconfig": {
"ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES": "YES"
},
"pod_target_xcconfig": {
"ENABLE_BITCODE": "NO"
},
"swift_version": "5.1",
"testspecs": [
{
"name": "Tests",
"test_type": "unit",
"source_files": "Tests/PippinTesting/**/*.swift"
}
]
}