[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 6 / d / 8 / PostCache / 0.0.1 / PostCache.podspec.json
blobd4758230790e7e4c10bb74d2ee37b80e3f709964
2   "name": "PostCache",
3   "version": "0.0.1",
4   "summary": "Protocol-oriented cache in pure Swift",
5   "description": "* Uses NSCache for quick in-memory access\n* Long-term storage uses disk with LRU eviction",
6   "homepage": "https://github.com/WashingtonPost/PostCache",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": "The Washington Post",
12   "platforms": {
13     "ios": "8.0"
14   },
15   "source": {
16     "git": "https://github.com/washingtonpost/PostCache.git",
17     "tag": "0.0.1"
18   },
19   "default_subspecs": "Default",
20   "subspecs": [
21     {
22       "name": "Default",
23       "dependencies": {
24         "Failable": [
25           ">= 0.2.1"
26         ]
27       },
28       "source_files": "PostCache/*.swift"
29     },
30     {
31       "name": "ObjectMapper",
32       "dependencies": {
33         "ObjectMapper": [
34           ">= 1.3.0"
35         ],
36         "PostCache/Default": [
38         ]
39       },
40       "source_files": "PostCache/Protocols/ObjectMapper.swift"
41     }
42   ]