blob: 62bf1116c827574e3f5f97e665658a5a3ffeff92 [file] [log] [blame]
{
"name": "Shallows",
"version": "0.8.1",
"summary": "Your lightweight persistence toolbox.",
"description": "Shallows is a generic abstraction layer over lightweight data storage and persistence. It provides a Storage<Key, Value> type, instances of which can be easily transformed and composed with each other. It gives you an ability to create highly sophisticated, effective and reliable caching/persistence solutions.",
"homepage": "https://github.com/dreymonde/Shallows",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Oleg Dreyman": "dreymonde@me.com"
},
"social_media_url": "https://twitter.com/olegdreyman",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/dreymonde/Shallows.git",
"tag": "0.8.1"
},
"source_files": "Sources/**/*",
"frameworks": "Foundation",
"pushed_with_swift_version": "4.0.3"
}