[Add] TestFrameworkIos1 1.0.2
[CocoaPods.git] / Specs / d / 2 / f / CSYYCache / 11.0.0 / CSYYCache.podspec.json
blob32ad7483f581de230465bcdff8dd548e9afa7a01
2   "name": "CSYYCache",
3   "summary": "个人针对YYCache的修改,主要处理大文件load到内存的问题,大文件只以地址的形式返回,源代码请参考 https://github.com/ibireme/YYCache",
4   "version": "11.0.0",
5   "license": {
6     "type": "MIT",
7     "file": "LICENSE"
8   },
9   "authors": {
10     "droison": "chaisong.cn@gmail.com"
11   },
12   "social_media_url": "http://www.chaisong.xyz",
13   "homepage": "https://github.com/droison/YYCache",
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/droison/YYCache.git",
19     "tag": "11.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   ]