blob: f946a6d444465b2c58230240e2122e7c590a6b6f [file] [log] [blame]
{
"name": "VaporDebugging",
"version": "1.0.0",
"summary": "A library to aid Vapor users with better debugging around the framework.",
"description": "A library to aid Vapor users with better debugging around the framework. mirror from vapor/bits for CocoaPods",
"homepage": "https://github.com/vapor/debugging",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"vapor": "vapor@gmai.com"
},
"platforms": {
"ios": "8.0",
"tvos": "9.0",
"osx": "10.10",
"watchos": "2.0"
},
"source": {
"git": "https://github.com/vapor/debugging.git",
"tag": "1.0.0-beta.1"
},
"source_files": [
"Sources/**/*.swift"
],
"requires_arc": true,
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.1"
},
"pushed_with_swift_version": "3.0"
}