[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 5 / e / 2 / ObjectStorage / 0.1.1 / ObjectStorage.podspec.json
blobd8a3d8e07c606c3a9cea263a3a3b2d73bb120591
2   "name": "ObjectStorage",
3   "version": "0.1.1",
4   "homepage": "https://github.com/maxsokolov/swift-objectstorage",
5   "summary": "A lightweight key/value wrapper for user defaults, keychain and file storage with common interface",
6   "authors": {
7     "Max Sokolov": "i@maxsokolov.net"
8   },
9   "license": {
10     "type": "MIT",
11     "file": "LICENSE"
12   },
13   "platforms": {
14     "ios": "8.0"
15   },
16   "source_files": "ObjectStorage",
17   "module_name": "ObjectStorage",
18   "source": {
19     "git": "https://github.com/maxsokolov/swift-objectstorage.git",
20     "tag": "0.1.1"
21   },
22   "requires_arc": true,
23   "frameworks": "Foundation",
24   "dependencies": {
25     "Valet": [
26       "~> 1.0"
27     ]
28   }