[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 7 / 2 / 3 / FluentCocoapods / 2.0.0-alpha.8 / FluentCocoapods.podspec.json
blobd596b04535936f29ce6d22a19a93b4d026b403a1
2   "name": "FluentCocoapods",
3   "version": "2.0.0-alpha.8",
4   "license": "MIT",
5   "homepage": "https://github.com/vapor/fluent",
6   "authors": {
7     "Vapor": "contact@vapor.codes"
8   },
9   "summary": "Swift models, relationships, and querying for NoSQL and SQL databases.",
10   "source": {
11     "git": "https://github.com/vapor/fluent.git",
12     "tag": "2.0.0-alpha.8"
13   },
14   "platforms": {
15     "ios": "8.0",
16     "osx": "10.10",
17     "watchos": "2.0",
18     "tvos": "9.0"
19   },
20   "requires_arc": true,
21   "social_media_url": "https://twitter.com/codevapor",
22   "default_subspecs": "Default",
23   "pushed_with_swift_version": "3.0",
24   "subspecs": [
25     {
26       "name": "Default",
27       "source_files": "Sources/Fluent/**/*.{swift}",
28       "exclude_files": "Sources/Fluent/SQLite/**/*.{swift}",
29       "dependencies": {
30         "Polymorphic": [
31           "2.0.0-alpha.1"
32         ],
33         "PathIndexable": [
34           "2.0.0-alpha.1"
35         ],
36         "Bits": [
37           "0.1.2"
38         ],
39         "NodeCocoapods": [
40           "2.0.0-alpha.5"
41         ],
42         "Core": [
43           "2.0.0-alpha.2"
44         ]
45       }
46     }
47   ]