[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / d / c / f / FirebaseHelper / 1.0.0 / FirebaseHelper.podspec.json
blobc5ee7ad5ac2c34869e3818901759187180de341e
2   "name": "FirebaseHelper",
3   "version": "1.0.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     "Wilson Ding": "hello@wilsonding.com"
14   },
15   "source": {
16     "git": "https://github.com/quanvo87/FirebaseHelper.git",
17     "tag": "1.0.0"
18   },
19   "platforms": {
20     "ios": "8.0"
21   },
22   "swift_version": "4.0.3",
23   "source_files": "FirebaseHelper/Classes/**/*",
24   "static_framework": true,
25   "dependencies": {
26     "Firebase/Database": [
27       "~> 4.1"
28     ]
29   }