[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / f / d / 7 / CacheKit / 0.6.4 / CacheKit.podspec.json
blob0f4be799a0afd034311fd25e096636e1c3407280
2   "name": "CacheKit",
3   "version": "0.6.4",
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.6.4"
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": "CacheKit/Classes/**/*"
29     },
30     {
31       "name": "FastImages",
32       "dependencies": {
33         "CacheKit/Core": [
35         ]
36       },
37       "ios": {
38         "source_files": "CacheKit/FastImages/**/*"
39       }
40     }
41   ]