blob: 5cbab0e12dbf4dd18732877087466ea5c276eeda [file] [log] [blame]
{
"name": "CoreDataRepository",
"version": "0.1.0",
"summary": "A short description of CoreDataRepository.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/BarredEwe/CoreDataRepository",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"BarredEwe": "grishutin@bifit.com"
},
"source": {
"git": "https://github.com/BarredEwe/CoreDataRepository.git",
"tag": "0.1.0"
},
"swift_version": "4.0",
"platforms": {
"ios": "10.0"
},
"source_files": "CoreDataRepository/Classes/**/*",
"dependencies": {
"BaseRepository": [
]
}
}