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"
15 "git": "https://github.com/quanvo87/FirebaseHelper.git",
21 "swift_version": "4.0.3",
22 "source_files": "FirebaseHelper/Classes/**/*",
23 "static_framework": true,
31 "Firebase/Database": [