[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 1 / 4 / f / HPThemeKit / 0.0.3 / HPThemeKit.podspec.json
blob917eb02e8a37b68855a9b44fd44f15061b3dfc9b
2   "name": "HPThemeKit",
3   "version": "0.0.3",
4   "summary": "主题切换小功能",
5   "description": "基于DKNightVersion思路和大部分源码实现的主题切换功能 api来自QQ主题",
6   "homepage": "https://github.com/hapiii/HPThemeKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "hapiii": "869932084@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/hapiii/HPThemeKit.git",
16     "tag": "0.0.3"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "HPThemeKit/Classes/**/*",
22   "resource_bundles": {
23     "HPThemeKit": [
24       "HPThemeKit/Assets/*.{png,plist}",
25       "HPThemeKit/Assets/ThemeImage/*.{png,plist}"
26     ]
27   },
28   "dependencies": {
29     "DKNightVersion": [
31     ],
32     "SSZipArchive": [
34     ]
35   }