[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / f / d / 7 / CacheKit / 0.3.0 / CacheKit.podspec.json
blob5a2f52f4b588c16d807d41b9b95646ff6f912a9b
2   "name": "CacheKit",
3   "version": "0.3.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.3.0"
13   },
14   "social_media_url": "https://twitter.com/davbeck",
15   "requires_arc": true,
16   "platforms": {
17     "ios": "6.0",
18     "osx": "10.8"
19   },
20   "dependencies": {
21     "FMDB": [
22       "~> 2.4"
23     ]
24   },
25   "subspecs": [
26     {
27       "name": "Core",
28       "source_files": "Pod/Classes"
29     },
30     {
31       "name": "FastImages",
32       "dependencies": {
33         "CacheKit/Core": [
35         ]
36       },
37       "ios": {
38         "source_files": "Pod/FastImages"
39       }
40     }
41   ]