[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / 6 / 1 / d / YYCache / 0.8.9 / YYCache.podspec.json
bloba441a41c7e0a376975b07ccca05dc9e9a285a7f8
2   "name": "YYCache",
3   "summary": "High performance cache framework for iOS.",
4   "version": "0.8.9",
5   "license": {
6     "type": "MIT",
7     "file": "LICENSE"
8   },
9   "authors": {
10     "ibireme": "ibireme@gmail.com"
11   },
12   "social_media_url": "http://blog.ibireme.com",
13   "homepage": "https://github.com/ibireme/YYCache",
14   "platforms": {
15     "ios": "6.0"
16   },
17   "source": {
18     "git": "https://github.com/ibireme/YYCache.git",
19     "tag": "0.8.9"
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   ]