[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 1 / c / 2 / MJThemeManager / 0.1.0 / MJThemeManager.podspec.json
blob512282d45bdbea4faf10104a626a364d5f8b74a9
2   "name": "MJThemeManager",
3   "version": "0.1.0",
4   "summary": "This is a manager for themes.",
5   "homepage": "https://github.com/Musjoy/MJThemeManager",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Raymond": "Ray.musjoy@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/Musjoy/MJThemeManager.git",
15     "tag": "v-0.1.0"
16   },
17   "platforms": {
18     "ios": "7.0"
19   },
20   "source_files": "MJThemeManager/Classes/**/*",
21   "user_target_xcconfig": {
22     "GCC_PREPROCESSOR_DEFINITIONS": "MODULE_THEME_MANAGER"
23   },
24   "frameworks": [
25     "UIKit",
26     "Foundation"
27   ],
28   "dependencies": {
29     "ModuleCapability": [
30       "~> 0.1.2"
31     ]
32   },
33   "prefix_header_contents": "#import \"ModuleCapability.h\""