Latest | 0.1.0 |
---|---|
Homepage | https://github.com/mb812/FirebaseWrapper |
License | MIT |
Platforms | ios 8.0 |
Dependencies | Firebase |
Authors |
Example
To run the example project, clone the repo, and run pod install
from the Example directory first.
Requirements
Installation
FirebaseWrapper is available through CocoaPods. To install
it, simply add the following line to your Podfile:
pod 'FirebaseWrapper'
Author
mb812, [email protected]
License
FirebaseWrapper is available under the MIT license. See the LICENSE file for more info.
Latest podspec
{ "name": "FirebaseWrapper", "version": "0.1.0", "summary": "Wrap Firebase to implement it on multiple projects using pod. This avoid a well know duplication problem.", "description": "Wrap Firebase to implement it on multiple projects using pod. This avoid a well know duplication problem: Class XXX is implemented in both YYY and ZZZ. One of the two will be used. Which one is undefined.", "homepage": "https://github.com/mb812/FirebaseWrapper", "license": { "type": "MIT", "file": "LICENSE" }, "authors": { "mb812": "[email protected]" }, "source": { "git": "https://github.com/mb812/FirebaseWrapper.git", "tag": "0.1.0" }, "platforms": { "ios": "8.0" }, "source_files": "FirebaseWrapper/Classes/**/*", "dependencies": { "Firebase": [ "~> 4.5.0" ] } }
Thu, 07 Dec 2017 14:00:03 +0000