blob: 2da3ffdd2646b1adfb6483991cf9e066c8f3326a [file] [log] [blame]
{
"name": "HQCache",
"version": "2018.8.30",
"homepage": "https://github.com/HonQii/HIComponents",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "HIComponents foundation",
"description": "HQCache component; It's HIComponents Cache",
"authors": {
"honqi": "honqi3514@gmail.com"
},
"social_media_url": "https://blog.xxx.com",
"swift_version": "4.0",
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"module_name": "HQCache",
"source": {
"git": "https://github.com/HonQii/HIComponents.git",
"tag": "HQCache.2018.8.30"
},
"source_files": [
"HQCache/HQCache/*.swift",
"HQCache/HQCache/**/*.swift",
"HQCache/HQCache/*.h"
],
"dependencies": {
"HQFoundation": [
],
"HQSqlite": [
]
}
}