blob: a986f5487407f312b84376bd2ad3484fd34eeb6e [file] [log] [blame]
{
"name": "IntrepidTesting",
"version": "0.7.10",
"summary": "A collection of test extensions to the Swift Standard Library",
"description": "Collection of test extensions and utility classes by and for the developers at Intrepid Pursuits.",
"homepage": "https://github.com/IntrepidPursuits/swift-wisdom",
"license": "MIT",
"authors": {
"Colden Prime": "colden@intrepid.io"
},
"source": {
"git": "https://github.com/IntrepidPursuits/swift-wisdom.git",
"tag": "0.7.10"
},
"platforms": {
"ios": "8.0"
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.0"
},
"default_subspecs": "Core",
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "Core",
"frameworks": "XCTest",
"source_files": "SwiftWisdomTests/Testing/**/*.swift"
}
]
}