blob: afb1404fbd298185e484a368affc7a2e73ce0af1 [file] [log] [blame]
{
"name": "POSLens",
"version": "3.0.0",
"license": "MIT",
"summary": "Library for thread-safe atomic object updates and persisting.",
"homepage": "https://github.com/pavelosipov/POSLens",
"authors": {
"Pavel Osipov": "posipov84@gmail.com"
},
"source": {
"git": "https://github.com/pavelosipov/POSLens.git",
"tag": "3.0.0"
},
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"source_files": "Classes/**/*.{h,m}",
"dependencies": {
"ReactiveObjC": [
],
"POSErrorHandling": [
]
}
}