blob: d596b04535936f29ce6d22a19a93b4d026b403a1 [file] [log] [blame]
{
"name": "FluentCocoapods",
"version": "2.0.0-alpha.8",
"license": "MIT",
"homepage": "https://github.com/vapor/fluent",
"authors": {
"Vapor": "contact@vapor.codes"
},
"summary": "Swift models, relationships, and querying for NoSQL and SQL databases.",
"source": {
"git": "https://github.com/vapor/fluent.git",
"tag": "2.0.0-alpha.8"
},
"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/Fluent/**/*.{swift}",
"exclude_files": "Sources/Fluent/SQLite/**/*.{swift}",
"dependencies": {
"Polymorphic": [
"2.0.0-alpha.1"
],
"PathIndexable": [
"2.0.0-alpha.1"
],
"Bits": [
"0.1.2"
],
"NodeCocoapods": [
"2.0.0-alpha.5"
],
"Core": [
"2.0.0-alpha.2"
]
}
}
]
}