blob: 9350cbf30a9d55cfafe15c04a6615cb5dc6930cd [file] [log] [blame]
{
"name": "SQCache",
"summary": "A lightweight, pure-Swift library for cache framework in iOS.",
"version": "0.0.1",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"aloow": "897034809@qq.com"
},
"social_media_url": "https://aloow.github.io/",
"homepage": "https://github.com/aloow/SQCache.git",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/aloow/SQCache.git",
"tag": "0.0.1"
},
"requires_arc": true,
"source_files": "SQCache/*.{swift}",
"frameworks": [
"UIKit",
"Foundation"
],
"module_name": "SQCache"
}