blob: ec4a4d88d93fa08b455d929afdb0c688e10a4a89 [file] [log] [blame]
{
"name": "NodeCocoapods",
"version": "2.0.0-alpha.5",
"license": "MIT",
"homepage": "https://github.com/vapor/node",
"authors": {
"Vapor": "contact@vapor.codes"
},
"summary": "A formatted data encapsulation meant to facilitate the transformation from one object to another.",
"source": {
"git": "https://github.com/vapor/node.git",
"tag": "2.0.0-alpha.5"
},
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"requires_arc": true,
"social_media_url": "https://twitter.com/codevapor",
"default_subspecs": "Default",
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "Default",
"source_files": "Sources/**/*.{swift}",
"dependencies": {
"Polymorphic": [
"2.0.0-alpha.1"
],
"PathIndexable": [
"2.0.0-alpha.1"
],
"Bits": [
"0.1.2"
]
}
}
]
}