[Add] LiveLikeCore 2.77.2
[CocoaPods.git] / Specs / c / f / b / RStorage / 1.0.0 / RStorage.podspec.json
blob31f469b710f753b573813bb4cdf01b0895602108
2   "name": "RStorage",
3   "version": "1.0.0",
4   "summary": "UserDefaults abstraction framework with caching",
5   "homepage": "https://github.com/Puasonych/RStorage",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Erik Basargin": "basargin.erik@gmail.com"
12   },
13   "social_media_url": "https://twitter.com/Puasonych",
14   "source": {
15     "git": "https://github.com/Puasonych/RStorage.git",
16     "tag": "1.0.0"
17   },
18   "swift_version": "4.2",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "default_subspecs": "Core",
23   "subspecs": [
24     {
25       "name": "Core",
26       "source_files": "RStorage/*.swift",
27       "frameworks": "Foundation"
28     }
29   ]