[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / d / 9 / a / CYMemoryCache / 0.1.0 / CYMemoryCache.podspec.json
blobc09a2b965a5b4d81c57b6a707cf7ab521b6cccf5
2   "name": "CYMemoryCache",
3   "version": "0.1.0",
4   "summary": "A easy memory cache manager with LRU",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/SimonCY/CYMemoryCache",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "SimonCY": "397604080@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/SimonCY/CYMemoryCache.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "13.0"
20   },
21   "source_files": "CYMemoryCache/Classes/**/*.{h,m}",
22   "frameworks": "Foundation"