blob: d24e0c30d5277473f65fabbf5640c8aceb3a04bb [file] [log] [blame]
{
"name": "QZCache",
"version": "1.0.1",
"summary": "A short description of QZCache SDK for iOS.",
"description": "TopOn SDK for developer",
"homepage": "https://github.com/huqinzhi/QZCache",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"hqz": "576188937@qq.com"
},
"source": {
"git": "https://github.com/huqinzhi/QZCache.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"frameworks": [
"SystemConfiguration",
"Foundation"
],
"user_target_xcconfig": {
"OTHER_LDFLAGS": [
"-lObjC"
]
},
"libraries": [
"c++",
"z"
],
"default_subspecs": "QZCache",
"subspecs": [
{
"name": "QZCache",
"platforms": {
"ios": "8.0"
},
"source_files": [
"QZCache/QZCacheGroup/GN*.h",
"QZCache/QZCacheGroup/GN*.m",
"QZCache/QZCacheGroup/QZ*.h",
"QZCache/QZCacheGroup/QZ*.m"
]
}
]
}