| { |
| "name": "YYCache_FixWarnings", |
| "summary": "High performance cache framework for iOS.", |
| "version": "1.0.5", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Sun": "holaux@gmail.com" |
| }, |
| "homepage": "https://github.com/oneofai/YYCache", |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source": { |
| "git": "https://github.com/oneofai/YYCache.git", |
| "tag": "1.0.5" |
| }, |
| "requires_arc": true, |
| "source_files": "YYCache/*.{h,m}", |
| "public_header_files": "YYCache/*.{h}", |
| "libraries": "sqlite3", |
| "frameworks": [ |
| "UIKit", |
| "CoreFoundation", |
| "QuartzCore" |
| ] |
| } |