blob: 58052e1f69cadb05bc19be6e6bd2fd4d559c2e54 [file] [log] [blame]
{
"name": "NodeCocoapods",
"version": "2.0.1",
"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.1"
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"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": {
"Core": [
"~> 2.0"
],
"Bits": [
"~> 1.0"
],
"Debugging": [
"~> 1.0"
]
}
}
]
}