[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / f / d / 7 / CacheKit / 0.1.0 / CacheKit.podspec.json
blobda9af438de7741e188706ccfd294848edfb8fca4
2   "name": "CacheKit",
3   "version": "0.1.0",
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.0"
13   },
14   "social_media_url": "https://twitter.com/davbeck",
15   "platforms": {
16     "ios": "6.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes",
20   "resource_bundles": {
21     "CacheKit": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "dependencies": {
26     "FMDB": [
27       "~> 2.4"
28     ]
29   }