blob: 75ba8218155f90fe7ef88de7251c29b762e2024d [file] [log] [blame]
{
"name": "VaporCoreCore",
"version": "2.0.0",
"summary": "Core extensions, type-aliases, and functions that facilitate common tasks..",
"description": "Core extensions, type-aliases, and functions that facilitate common tasks.. mirror from vapor/bits for CocoaPods",
"homepage": "https://github.com/vapor/core",
"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/core.git",
"tag": "2.0.0-beta.3"
},
"source_files": [
"Sources/Core/*.swift"
],
"dependencies": {
"VaporCoreLibc": [
],
"VaporBits": [
],
"VaporDebugging": [
]
},
"requires_arc": true,
"module_name": "Core",
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.1"
},
"pushed_with_swift_version": "3.0"
}