[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / c / 8 / 3 / MJInterfaceManager / 0.1.0 / MJInterfaceManager.podspec.json
blob131fb2c586a0fb104324912a86b8aca514d9f9f2
2   "name": "MJInterfaceManager",
3   "version": "0.1.0",
4   "summary": "This is a manager for web interface.",
5   "homepage": "https://github.com/Musjoy/MJInterfaceManager",
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/MJInterfaceManager.git",
15     "tag": "v-0.1.0"
16   },
17   "platforms": {
18     "ios": "7.0"
19   },
20   "source_files": "MJInterfaceManager/Classes/**/*",
21   "user_target_xcconfig": {
22     "GCC_PREPROCESSOR_DEFINITIONS": "MODULE_INTERFACE_MANAGER"
23   },
24   "dependencies": {
25     "WebInterface": [
26       "~> 0.1.0"
27     ],
28     "ModuleCapability": [
29       "~> 0.1.2"
30     ]
31   },
32   "prefix_header_contents": "#import \"ModuleCapability.h\""