blob: 1fc6da20de94f72ab6cb9d3a45c087afc02318ea [file] [log] [blame]
{
"name": "JSONCocoapods",
"version": "2.0.2",
"license": "MIT",
"homepage": "https://github.com/vapor/json",
"authors": {
"Vapor": "contact@vapor.codes"
},
"summary": "Simplifying JSON for the Vapor Framework.",
"source": {
"git": "https://github.com/vapor/json.git",
"tag": "2.0.2"
},
"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": {
"NodeCocoapods": [
"~> 2.0"
]
}
}
]
}