blob: 8893d990a82ccfba9b10b83c76a9efa844b5ebfb [file] [log] [blame]
{
"name": "PippinTesting",
"version": "2.0.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": "http://github.com/tworingsoft/Pippin",
"license": "MIT",
"authors": {
"Andrew McKnight": "andrew@tworingsoft.com"
},
"source": {
"git": "https://github.com/tworingsoft/Pippin.git",
"tag": "PippinTesting-2.0.0"
},
"platforms": {
"ios": "9.0"
},
"swift_version": "4.2",
"source_files": "Sources/PippinTesting/Extensions/XCTest/**/*.{h,m,swift}",
"frameworks": "XCTest",
"pod_target_xcconfig": {
"ENABLE_BITCODE": "NO"
},
"testspecs": [
{
"name": "Tests",
"test_type": "unit",
"source_files": "Tests/PippinTesting/**/*.swift"
}
]
}