blob: b45ab7692ccd8f069222fc4742a4523eddf124f8 [file] [log] [blame]
{
"name": "Shallows",
"version": "0.10.0",
"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.10.0"
},
"source_files": "Sources/**/*",
"swift_version": "5.0",
"frameworks": "Foundation"
}