blob: 0b93b838ec29070c2f66d8ed054ef466e4e18563 [file] [log] [blame]
{
"name": "FirebaseGenericClient",
"version": "0.1.1",
"summary": "All the work needed for a simple firebase-based client side app",
"description": "This app generates custom methods for your models to be able to crud into Firebase",
"homepage": "https://github.com/BrunoScheltzke/firebase-generic-api-client",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Bruno Scheltzke": "brunofonten@gmail.com"
},
"source": {
"git": "https://github.com/BrunoScheltzke/firebase-generic-api-client.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "10.0"
},
"source_files": [
"ApiClient/AutoGenerated/Firebase.generated.swift",
"ApiClient/Model/Fetchable.swift",
"ApiClient/Model/Makeable.swift",
"ApiClient/Api/FirebaseCrudable.swift"
],
"dependencies": {
"Firebase/Database": [
"~> 4.0.0"
],
"Sourcery": [
"~> 0.13.0"
]
}
}