[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / d / a / 1 / Nora / 1.1.1 / Nora.podspec.json
blobb5bf5e9245a218bb405318d0c7dbeb21ce23dd1c
2   "name": "Nora",
3   "version": "1.1.1",
4   "summary": "An abstraction layer for FirebaseDatabase and FirebaseStorage.",
5   "homepage": "https://github.com/SD10/Nora",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE.md"
9   },
10   "authors": {
11     "Steven Deutsch": "stevensdeutsch@yahoo.com"
12   },
13   "social_media_url": "https://twitter.com/_SD10_",
14   "source": {
15     "git": "https://github.com/SD10/Nora.git",
16     "tag": "1.1.1"
17   },
18   "source_files": "Sources/*.swift",
19   "platforms": {
20     "ios": "9.0"
21   },
22   "swift_version": "4.1",
23   "static_framework": true,
24   "requires_arc": true,
25   "dependencies": {
26     "Firebase/Core": [
28     ],
29     "Firebase/Database": [
31     ],
32     "Firebase/Storage": [
34     ],
35     "Result": [
36       "~> 3.0"
37     ]
38   }