blob: fcf2ad60234b4e00eaa01d8a9c02ea6354580f08 [file] [log] [blame]
{
"name": "Polymorphic",
"version": "2.0.0-alpha.1",
"license": "MIT",
"homepage": "https://github.com/vapor/polymorphic",
"authors": {
"Vapor": "contact@vapor.codes"
},
"summary": "Syntax for easily accessing values from generic data.",
"source": {
"git": "https://github.com/vapor/polymorphic.git",
"tag": "2.0.0-alpha.1"
},
"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}"
}
]
}