[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 7 / 0 / 5 / XCCacheKit / 1.1.3 / XCCacheKit.podspec.json
blobf29cda1791f1e9f019bfaa86a938a32517d8ae86
2   "name": "XCCacheKit",
3   "version": "1.1.3",
4   "summary": "iOS缓存库,拥有内存缓存、文件缓存、sqlite缓存。",
5   "homepage": "https://github.com/sinsmin/XCCacheKit",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "sinsmin": "sinsmin@qq.com"
12   },
13   "source": {
14     "git": "https://github.com/sinsmin/XCCacheKit.git",
15     "tag": "1.1.3"
16   },
17   "requires_arc": true,
18   "platforms": {
19     "ios": "7.0"
20   },
21   "source_files": "XCCacheKit/Classes/**/*",
22   "public_header_files": "XCCacheKit/Classes/**/*.h",
23   "libraries": "sqlite3",
24   "frameworks": [
25     "Foundation",
26     "UIKit"
27   ],
28   "dependencies": {
29     "FMDB": [
30       "2.6.2"
31     ]
32   }