blob: 09a1bb1632e63095ee22e722aacd52dcb9fd8f32 [file] [log] [blame]
{
"name": "RealmWrapper",
"version": "0.2.5",
"summary": "Simple wrapper for RealmSwift",
"description": "This is simple wrapper that wrapper is easy to use transaction synchronous processing and realm notifications.",
"homepage": "https://github.com/k-lpmg/RealmWrapper",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"DongHee Kang": "kanglpmg@gmail.com"
},
"source": {
"git": "https://github.com/k-lpmg/RealmWrapper.git",
"tag": "0.2.5"
},
"documentation_url": "https://github.com/k-lpmg/RealmWrapper/blob/master/README.md",
"ios": {
"source_files": "Sources/*.swift"
},
"platforms": {
"ios": "8.0"
},
"dependencies": {
"RealmSwift": [
"~> 3.7.1"
]
}
}