blob: 8742de6362178a4ad43bcbc7e68733e09c39a467 [file] [log] [blame]
{
"name": "SKThreadSafeReference",
"version": "0.2",
"summary": "Wrapper around Realm's RLMThreadSafeReference",
"description": "SKThreadSafeReference - small and very simple wrapper around Realm's RLMThreadSafeReference, that makes working with non-default Realm's configuration much easier.",
"homepage": "https://github.com/stephenkopylov/SKAsyncGLViewController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Stephen Kopylov": "stephen@expertoption.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/stephenkopylov/SKThreadSafeReference.git",
"tag": "0.2"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"dependencies": {
"Realm": [
]
}
}