2 "name": "FirebaseHelper",
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",
12 "quanvo87": "qvo1987@gmail.com",
13 "Wilson Ding": "hello@wilsonding.com"
16 "git": "https://github.com/quanvo87/FirebaseHelper.git",
22 "swift_version": "4.0.3",
23 "source_files": "FirebaseHelper/Classes/**/*",
24 "static_framework": true,
26 "Firebase/Database": [