blob: 917eb02e8a37b68855a9b44fd44f15061b3dfc9b [file] [log] [blame]
{
"name": "HPThemeKit",
"version": "0.0.3",
"summary": "主题切换小功能",
"description": "基于DKNightVersion思路和大部分源码实现的主题切换功能 api来自QQ主题",
"homepage": "https://github.com/hapiii/HPThemeKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"hapiii": "869932084@qq.com"
},
"source": {
"git": "https://github.com/hapiii/HPThemeKit.git",
"tag": "0.0.3"
},
"platforms": {
"ios": "8.0"
},
"source_files": "HPThemeKit/Classes/**/*",
"resource_bundles": {
"HPThemeKit": [
"HPThemeKit/Assets/*.{png,plist}",
"HPThemeKit/Assets/ThemeImage/*.{png,plist}"
]
},
"dependencies": {
"DKNightVersion": [
],
"SSZipArchive": [
]
}
}