[Add] Dalila 1.0.35
[CocoaPods.git] / Specs / f / 6 / 3 / Shallows / 0.8.1 / Shallows.podspec.json
blob62bf1116c827574e3f5f97e665658a5a3ffeff92
2   "name": "Shallows",
3   "version": "0.8.1",
4   "summary": "Your lightweight persistence toolbox.",
5   "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.",
6   "homepage": "https://github.com/dreymonde/Shallows",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Oleg Dreyman": "dreymonde@me.com"
13   },
14   "social_media_url": "https://twitter.com/olegdreyman",
15   "platforms": {
16     "ios": "8.0",
17     "osx": "10.10",
18     "watchos": "2.0",
19     "tvos": "9.0"
20   },
21   "source": {
22     "git": "https://github.com/dreymonde/Shallows.git",
23     "tag": "0.8.1"
24   },
25   "source_files": "Sources/**/*",
26   "frameworks": "Foundation",
27   "pushed_with_swift_version": "4.0.3"