[Add] HyphenateChat_test1 1.0.1
[CocoaPods.git] / Specs / 1 / d / 3 / FireStore / 1.0.0 / FireStore.podspec.json
blob9df45cb93640d0e4ec251e522e64f19fce08eab1
2   "name": "FireStore",
3   "version": "1.0.0",
4   "summary": "Firebase Firestore helpful extensions + ReactiveSwift",
5   "description": "Working with Firebase Firestore 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/FireStore",
7   "source": {
8     "git": "https://github.com/iDonJose/FireStore.git",
9     "tag": "1.0.0"
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     "FirebaseFirestore": [
28       "~> 0.14"
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         "FireStore/Core": [
45         ],
46         "ReactiveSwift": [
47           "~> 4.0"
48         ]
49       },
50       "xcconfig": {
51         "OTHER_SWIFT_FLAGS": "-D USE_REACTIVESWIFT"
52       }
53     }
54   ]