[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / a / 6 / e / CBCache / 2.0.0 / CBCache.podspec.json
blob784ac6b5a43a1ffa094497e221f0f53d4a601f76
2   "name": "CBCache",
3   "summary": "High performance cache framework for iOS.",
4   "version": "2.0.0",
5   "license": {
6     "type": "MIT",
7     "file": "LICENSE"
8   },
9   "authors": {
10     "cdnbye": "service@cdnbye.com"
11   },
12   "social_media_url": "https://docs.cdnbye.com",
13   "homepage": "https://github.com/snowinszu/CBCache",
14   "platforms": {
15     "ios": "6.0"
16   },
17   "source": {
18     "git": "https://github.com/snowinszu/CBCache.git",
19     "tag": "2.0.0"
20   },
21   "requires_arc": true,
22   "source_files": "YYCache/*.{h,m}",
23   "public_header_files": "YYCache/*.{h}",
24   "libraries": "sqlite3",
25   "frameworks": [
26     "UIKit",
27     "CoreFoundation",
28     "QuartzCore"
29   ]