[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / c / f / b / RStorage / 1.2.1 / RStorage.podspec.json
blob4a96f4a1a8588ce7ed5492ef79c0316b96b0ce31
2   "name": "RStorage",
3   "version": "1.2.1",
4   "summary": "UserDefaults abstraction framework with caching",
5   "homepage": "https://github.com/ephedra-software/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/ephedra-software/RStorage.git",
16     "tag": "1.2.1"
17   },
18   "swift_versions": "5.0",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "default_subspecs": "Core",
23   "swift_version": "5.0",
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": "RStorage/*.swift",
28       "frameworks": "Foundation"
29     }
30   ]