blob: 6dcae400cc34e74e915ff36cff2cf76e63597300 [file] [log] [blame]
{
"name": "RealmHelpers",
"version": "0.0.1",
"summary": "RealmHelpers makes it easy to deal with Realm in Swift",
"homepage": "https://github.com/AntonBelousov/RealmHelpers",
"license": {
"type": "MIT"
},
"authors": {
"antbelousov": "antbelousov@gmail.com"
},
"requires_arc": true,
"platforms": {
"ios": "10.0"
},
"dependencies": {
"RealmSwift": [
]
},
"swift_version": "4.0",
"source": {
"git": "https://github.com/AntonBelousov/RealmHelpers.git",
"tag": "0.0.1"
},
"source_files": "Source/*.swift"
}