[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / f / d / 7 / CacheKit / 0.1.1 / CacheKit.podspec.json
blob5a273cc4a3912ef1756991c2958e565197d111ba
2   "name": "CacheKit",
3   "version": "0.1.1",
4   "summary": "Easily cache objects in memory, to files, a database or not at all.",
5   "homepage": "https://github.com/davbeck/CacheKit",
6   "license": "MIT",
7   "authors": {
8     "David Beck": "code@thinkultimate.com"
9   },
10   "source": {
11     "git": "https://github.com/davbeck/CacheKit.git",
12     "tag": "0.1.1"
13   },
14   "social_media_url": "https://twitter.com/davbeck",
15   "platforms": {
16     "ios": "6.0"
17   },
18   "requires_arc": true,
19   "resource_bundles": {
20     "CacheKit": [
21       "Pod/Assets/*.png"
22     ]
23   },
24   "source_files": "Pod/Classes",
25   "dependencies": {
26     "FMDB": [
27       "~> 2.4"
28     ]
29   }