[Add] APDDTExchangeAdapter 3.4.1.0
[CocoaPods.git] / Specs / 3 / 7 / 6 / FirebaseUtils / 0.1.0 / FirebaseUtils.podspec.json
blob0c2bb20cd4a7747cd3bc25eabfaa643c3e00244b
2   "name": "FirebaseUtils",
3   "version": "0.1.0",
4   "summary": "A simple Swift class with easy methods to query data from your Firebase Database.",
5   "description": "This library allows users to treat their default tree structure database in Firebase as a relational database (similar to the usage of Parse).",
6   "homepage": "https://github.com/MobileDevelopersOfBerkeley/FirebaseUtils",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Christine Munar": "chrismunar@berkeley.edu"
13   },
14   "source": {
15     "git": "https://github.com/MobileDevelopersOfBerkeley/FirebaseUtils.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "FirebaseUtils/Classes/**/*",
22   "pushed_with_swift_version": "echo \"3.0\" > .swift-version"