blob: 55613b6554dd676dcb32c0bd959e0c92df0a577c [file] [log] [blame]
{
"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": "marco.bonato.dev@gmail.com"
},
"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"
]
}
}