[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / d / c / f / FirebaseHelper / 0.1.0 / FirebaseHelper.podspec.json
blob6bcfa36bb00fd1e061e6d3256bb92cdcbb0b750c
2   "name": "FirebaseHelper",
3   "version": "0.1.0",
4   "summary": "Safe and easy wrappers for common Firebase Database functions.",
5   "description": "Safe and easy wrappers for common Firebase Database functions like get, set, delete, and increment. Also for creating a DatabaseReference with specified children added to its path. Filters the children and throws an error if a child key is invalid, such as a blank or double slashes. Without this check, Firebase Database crashes at runtime.",
6   "homepage": "https://github.com/quanvo87/FirebaseHelper",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "quanvo87": "qvo1987@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/quanvo87/FirebaseHelper.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "swift_version": "4.0.3",
22   "source_files": "FirebaseHelper/Classes/**/*",
23   "static_framework": true,
24   "dependencies": {
25     "Firebase": [
26       "~> 4.1"
27     ],
28     "FirebaseAuth": [
29       "~> 4.1"
30     ],
31     "Firebase/Database": [
32       "~> 4.1"
33     ]
34   }