[Add] AgoraRtcEngine_iOS_Preview 4.3.2.11-build.2
[CocoaPods.git] / Specs / 9 / 2 / 8 / ThemeManager / 0.1.3 / ThemeManager.podspec.json
blobb23cb559d4b5270bbab709cc8b8c13e96d81af91
2   "name": "ThemeManager",
3   "version": "0.1.3",
4   "summary": "ThemeManager is a lightweight library for application to switching themes.",
5   "homepage": "https://github.com/snail-z/ThemeManager",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "snail-z": "haozhang0770@163.com"
12   },
13   "source": {
14     "git": "https://github.com/snail-z/ThemeManager.git",
15     "tag": "0.1.3"
16   },
17   "platforms": {
18     "ios": "7.0"
19   },
20   "source_files": "ThemeManager/Classes/zhTheme.h",
21   "subspecs": [
22     {
23       "name": "Core",
24       "source_files": "ThemeManager/Classes/Core/**/*",
25       "public_header_files": "ThemeManager/Classes/Core/**/*.h"
26     },
27     {
28       "name": "Components",
29       "source_files": "ThemeManager/Classes/Components/**/*",
30       "public_header_files": "ThemeManager/Classes/Components/**/*.h",
31       "dependencies": {
32         "ThemeManager/Core": [
34         ]
35       }
36     }
37   ]