blob: 1c970f5bb6f4434658c292b8a850358a59f3de0f [file] [log] [blame]
{
"name": "RealmStore",
"version": "1.0.1",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "A repository pattern implementation for Realm database",
"homepage": "https://github.com/vbicer/RealmStore",
"authors": {
"Volkan Bicer": "vlknbcr@gmail.com"
},
"source": {
"git": "https://github.com/vbicer/RealmStore.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "RealmStore/**/*.swift",
"dependencies": {
"RealmSwift": [
"~> 2.1"
]
},
"pushed_with_swift_version": "4.0"
}