[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / b / d / 9 / DVACache / 1.2.1 / DVACache.podspec.json
blobe69de404fa03815ee437c8cc6cd1a1bba6a6ea74
2   "name": "DVACache",
3   "version": "1.2.1",
4   "summary": "An in-memory and on-disk with autoeviction Cache",
5   "description": "An in-memory and on-disk with autoeviction Cache.\n\n* You can show in memory\n* Or not!\n\nNew on 1.1.0:\n Added object removal with removeObjectForKey:\n New on 1.2.0:\n - Added list cached objects.\n - Added list memory consumption.ll",
6   "homepage": "https://bitbucket.com/DVALibs",
7   "license": "MIT",
8   "authors": {
9     "Pablo Romeu": "pablo.romeu@develapps.com"
10   },
11   "source": {
12     "git": "https://github.com/develapps/DVACache.git",
13     "tag": "1.2.1"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "DVACache/**/*",
20   "dependencies": {
21     "DVACategories/NSString": [
22       "~> 1.4"
23     ]
24   }