[Add] KommunicateCore-iOS-SDK 1.2.5
[CocoaPods.git] / Specs / 8 / 9 / c / WebInterface / 0.1.1 / WebInterface.podspec.json
blobfead6c7061edd977f3f1c037729b8e5f81ee9641
2   "name": "WebInterface",
3   "version": "0.1.1",
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.1"
16   },
17   "platforms": {
18     "ios": "7.0"
19   },
20   "default_subspecs": "Core",
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\"",
39   "subspecs": [
40     {
41       "name": "Core",
42       "source_files": "WebInterface/Classes/*.{h,m}",
43       "public_header_files": "WebInterface/Classes/*.h"
44     },
45     {
46       "name": "ListRequest",
47       "source_files": "WebInterface/Classes/ListRequest/*.{h,m}",
48       "public_header_files": "WebInterface/Classes/ListRequest/*.h",
49       "user_target_xcconfig": {
50         "GCC_PREPROCESSOR_DEFINITIONS": "MODULE_WEB_INTERFACE_LIST_REQUEST"
51       },
52       "prefix_header_contents": "#import \"ModuleCapability.h\"\n#ifndef MODULE_WEB_INTERFACE_LIST_REQUEST\n#define MODULE_WEB_INTERFACE_LIST_REQUEST\n#endif"
53     }
54   ]