blob: 534bfcf70a4c871d689138a3775e7418b1d89b9b [file] [log] [blame]
{
"name": "RealmWrapper",
"version": "1.1.2",
"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": "1.1.2"
},
"documentation_url": "https://github.com/k-lpmg/RealmWrapper/blob/master/README.md",
"ios": {
"source_files": "Sources/**/*.swift"
},
"platforms": {
"ios": "8.0"
},
"dependencies": {
"RealmSwift": [
]
}
}