blob: d6df0d173a7e5f53877a9e7a362e359da4b56954 [file] [log] [blame]
{
"name": "FireRecord",
"version": "0.1.1",
"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.1.1"
},
"platforms": {
"ios": "11.0"
},
"source_files": "FireRecord/Classes/**/*",
"dependencies": {
"FirebaseCommunity/Database": [
],
"FirebaseCommunity/Storage": [
]
},
"pushed_with_swift_version": "4.0"
}