blob: 37c142f5821c148a2d1f610bcfe06975ca653d2e [file] [log] [blame]
{
"name": "FireRecord",
"version": "0.2.0",
"summary": "Swift ActiveRecord-inspired model for Firebase.",
"description": "An ActiveRecord architecture above coreData written in Swift. PS: We are still in the early phase of the project\nTODO: Add long description of the pod here.",
"homepage": "https://github.com/victoraliss0n/FireRecord",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Victor Alisson": "victoralissont5@gmail.com"
},
"source": {
"git": "https://github.com/victoraliss0n/FireRecord.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "11.0"
},
"source_files": "FireRecord/Source/**/*",
"dependencies": {
"FirebaseCommunity/Database": [
],
"FirebaseCommunity/Storage": [
],
"HandyJSON": [
">= 4.0.0-beta.0"
]
},
"pushed_with_swift_version": "4.0"
}