[Add] Vitals 3.2.4
[CocoaPods.git] / Specs / e / b / 0 / FireDatabase / 1.0.1 / FireDatabase.podspec.json
blob7d5362fa8900d3120856d7dbbf3031b18929f34d
2   "name": "FireDatabase",
3   "version": "1.0.1",
4   "summary": "Firebase FireDatabase helpful extensions + ReactiveSwift",
5   "description": "Working with Firebase Database become a whole lot easier with this framework !\nReferences, automatic data mapping and reactive extensions are provided to help you focus on builduing your app.",
6   "homepage": "https://github.com/iDonJose/FireDatabase",
7   "source": {
8     "git": "https://github.com/iDonJose/FireDatabase.git",
9     "tag": "1.0.1"
10   },
11   "license": {
12     "type": "Apache 2.0",
13     "file": "LICENSE"
14   },
15   "authors": {
16     "iDonJose": "donor.develop@gmail.com"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "static_framework": true,
22   "frameworks": "Foundation",
23   "dependencies": {
24     "SwiftXtend": [
25       "~> 1.1"
26     ],
27     "FirebaseDatabase": [
28       "~> 5.0.3"
29     ]
30   },
31   "default_subspecs": [
32     "Core",
33     "ReactiveSwift"
34   ],
35   "subspecs": [
36     {
37       "name": "Core",
38       "source_files": "Sources/**/*.{h,swift}"
39     },
40     {
41       "name": "ReactiveSwift",
42       "dependencies": {
43         "FireDatabase/Core": [
45         ],
46         "ReactiveSwift": [
47           "~> 4.0"
48         ]
49       },
50       "xcconfig": {
51         "OTHER_SWIFT_FLAGS": "-D USE_REACTIVESWIFT"
52       }
53     }
54   ]