blob: d14e0ea88342c4b845409d73cab6746235718208 [file] [log] [blame]
{
"name": "RealmWrapper",
"version": "0.6.1",
"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.6.1"
},
"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"
]
}
}