| { |
| "name": "FirebaseUtils", |
| "version": "0.1.0", |
| "summary": "A simple Swift class with easy methods to query data from your Firebase Database.", |
| "description": "This library allows users to treat their default tree structure database in Firebase as a relational database (similar to the usage of Parse).", |
| "homepage": "https://github.com/MobileDevelopersOfBerkeley/FirebaseUtils", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Christine Munar": "chrismunar@berkeley.edu" |
| }, |
| "source": { |
| "git": "https://github.com/MobileDevelopersOfBerkeley/FirebaseUtils.git", |
| "tag": "0.1.0" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "FirebaseUtils/Classes/**/*", |
| "pushed_with_swift_version": "echo \"3.0\" > .swift-version" |
| } |