[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / 8 / 9 / c / WebInterface / 0.1.0 / WebInterface.podspec.json
blobbe46cff4830f48ff373746cd98cabae09af8eb4b
2   "name": "WebInterface",
3   "version": "0.1.0",
4   "summary": "This is a generic web interface.",
5   "homepage": "https://github.com/Musjoy/WebInterface",
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/WebInterface.git",
15     "tag": "v-0.1.0"
16   },
17   "platforms": {
18     "ios": "7.0"
19   },
20   "source_files": "WebInterface/Classes/**/*",
21   "user_target_xcconfig": {
22     "GCC_PREPROCESSOR_DEFINITIONS": "MODULE_WEB_INTERFACE"
23   },
24   "dependencies": {
25     "MJWebService": [
26       "~> 0.1.1"
27     ],
28     "ActionProtocol": [
29       "~> 0.1.0"
30     ],
31     "DBModel": [
32       "~> 0.1.2"
33     ],
34     "ModuleCapability": [
35       "~> 0.1.2"
36     ]
37   },
38   "prefix_header_contents": "#import \"ModuleCapability.h\""