[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / 6 / 1 / d / YYCache / 1.0 / YYCache.podspec.json
blobffc18c2c2e81f3fb596d6f7a6d6945363fa7fbdc
2   "name": "YYCache",
3   "summary": "High performance cache framework for iOS.",
4   "version": "1.0",
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": "1.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   ]