[Add] MSPSharedLibraries 0.0.91
[CocoaPods.git] / Specs / e / 3 / 0 / Database / 0.1.6 / Database.podspec.json
blobd4b93a4e38589f0f3668daf7dd1b4ddea3543547
2   "name": "Database",
3   "version": "0.1.6",
4   "summary": "A database wrapper for realm.",
5   "description": "Database singleton wrapper for Realm",
6   "homepage": "https://github.com/matteocrippa/Database",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "matteocrippa": "@ghego20"
13   },
14   "source": {
15     "git": "https://github.com/matteocrippa/Database.git",
16     "tag": "0.1.6"
17   },
18   "social_media_url": "https://twitter.com/ghego20",
19   "platforms": {
20     "ios": "9.0",
21     "tvos": "9.0"
22   },
23   "source_files": "Database/Classes/**/*",
24   "dependencies": {
25     "SwiftyJSON": [
26       "~> 3.0.0"
27     ],
28     "RealmSwift": [
29       "~> 2.4.3"
30     ],
31     "SwiftyJSONRealmObject": [
32       "~> 1.0.0"
33     ]
34   },
35   "pushed_with_swift_version": "3.0"