blob: e3dc6b6c162a848ea7ba629eb924098a1a188d2a [file] [log] [blame]
{
"name": "SMWRealm",
"version": "0.2.0",
"summary": "Make it easier to pass around, read, and modify realm objects accross multiple threads.",
"description": "SMWRealm uses the primary keys of RMLObjects and thread safe SMWRealmKey objects to easily use RLMObjects accorss multiple threads.",
"homepage": "https://github.com/meech-ward/SMWRealm",
"license": "MIT",
"authors": {
"Sam Meech-Ward": "sam@meech-ward.com"
},
"source": {
"git": "https://github.com/meech-ward/SMWRealm.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "10.0",
"watchos": "3.0",
"tvos": "10.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"dependencies": {
"Realm": [
"~>2.4"
]
}
}