[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 9 / 7 / 1 / YYCache_FixWarnings / 1.0.5 / YYCache_FixWarnings.podspec.json
blob1dbd5329d0689a7f259afd100246dd580a6dd578
2   "name": "YYCache_FixWarnings",
3   "summary": "High performance cache framework for iOS.",
4   "version": "1.0.5",
5   "license": {
6     "type": "MIT",
7     "file": "LICENSE"
8   },
9   "authors": {
10     "Sun": "holaux@gmail.com"
11   },
12   "homepage": "https://github.com/oneofai/YYCache",
13   "platforms": {
14     "ios": "9.0"
15   },
16   "source": {
17     "git": "https://github.com/oneofai/YYCache.git",
18     "tag": "1.0.5"
19   },
20   "requires_arc": true,
21   "source_files": "YYCache/*.{h,m}",
22   "public_header_files": "YYCache/*.{h}",
23   "libraries": "sqlite3",
24   "frameworks": [
25     "UIKit",
26     "CoreFoundation",
27     "QuartzCore"
28   ]