blob: b40dd0fc4ffc7d4958b0c90230e4d72a93586a5a [file] [log] [blame]
{
"name": "MZRealmManager",
"version": "0.1.0",
"summary": "MZRealmmanager is a library created to make Realm easier to use.",
"description": "It is a library created to make Realm easy to use. Supports Swift 2.3.",
"homepage": "https://github.com/muzcity/MZRealmManager",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"muzcity": "muzcity@gmail.com"
},
"source": {
"git": "https://github.com/muzcity/MZRealmManager.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "MZRealmManager/Classes/**/*",
"dependencies": {
"RealmSwift": [
"~> 2.3.0"
]
},
"pushed_with_swift_version": "2.3"
}