[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / e / 8 / 2 / CacheCore / 0.1.2 / CacheCore.podspec.json
blob031ec0a702a2b31670dd10e71203f32dc20d7d75
2   "name": "CacheCore",
3   "version": "0.1.2",
4   "summary": "iOS Json 缓存框架",
5   "description": "基于iOS平台的JSon缓存框架",
6   "homepage": "https://github.com/Larrycal/CacheCore",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Larrycal": "lyk82465@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/Larrycal/CacheCore.git",
16     "tag": "0.1.2"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "source_files": "CacheCore/Classes/**/*",
22   "frameworks": "Foundation",
23   "dependencies": {
24     "Moya": [
25       "~> 11.0.0"
26     ],
27     "ObjectMapper": [
28       "~> 3.1"
29     ],
30     "FMDB": [
32     ],
33     "CocoaAsyncSocket": [
35     ]
36   }