[Add] DebugSwift 0.3.9
[CocoaPods.git] / Specs / 0 / 7 / 9 / MJKeyManager / 0.1.0 / MJKeyManager.podspec.json
blobf0051564d9ca2f4f2ffcca4299309102f018e30c
2   "name": "MJKeyManager",
3   "version": "0.1.0",
4   "summary": "Manager for all app keys.",
5   "homepage": "https://git.musjoy.com/MJKeyManager",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Raymond": "Ray.musjoy@gmail.com"
12   },
13   "source": {
14     "git": "git@git.musjoy.com:MJKeyManager.git",
15     "tag": "v-0.1.0"
16   },
17   "platforms": {
18     "ios": "7.0"
19   },
20   "user_target_xcconfig": {
21     "GCC_PREPROCESSOR_DEFINITIONS": "MODULE_KEY_MANAGER"
22   },
23   "source_files": "MJKeyManager/Classes/**/*",
24   "dependencies": {
25     "ModuleCapability": [
26       "~> 0.1.2"
27     ]
28   },
29   "prefix_header_contents": "#import \"ModuleCapability.h\""