blob: 9e70620a95f845d1d7f06c58844c9bc0ee0b357a [file] [log] [blame]
{
"name": "VaporCoreLibc",
"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/libc/*.swift"
],
"dependencies": {
"VaporBits": [
],
"VaporDebugging": [
]
},
"requires_arc": true,
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.1"
},
"pushed_with_swift_version": "3.0"
}