[Add] TMUserCenter 0.2.55
[CocoaPods.git] / Specs / d / 3 / 5 / PortalIosMidware / 0.0.2 / PortalIosMidware.podspec.json
blobc880d7b9ab73c0ec0dd59997e7474201eecc6527
2   "name": "PortalIosMidware",
3   "version": "0.0.2",
4   "summary": "UIFrame.",
5   "description": "UIFrame  框架",
6   "homepage": "https://github.com/portal-io/portal-ios-midware",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "qbshen": "shen.qingbo@whaley.cn"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/portal-io/portal-ios-midware.git",
19     "tag": "0.0.2"
20   },
21   "subspecs": [
22     {
23       "name": "WVRUIFrame",
24       "source_files": "WVRUIFrame/WVRUIFrame/Core/**/*.{h,m}",
25       "requires_arc": true
26     },
27     {
28       "name": "WVRAPIService",
29       "source_files": "WVRAPIService/WVRAPIService/Classes/*.{h,m}",
30       "dependencies": {
31         "PortalIosLibrary/WVRNet": [
33         ],
34         "PortalIosLibrary/WVRAppContext": [
36         ]
37       },
38       "requires_arc": true
39     },
40     {
41       "name": "WVRInteractor",
42       "source_files": "WVRInteractor/WVRInteractor/Core/*.{h,m}",
43       "requires_arc": true,
44       "dependencies": {
45         "PortalIosLibrary/WVRNet": [
47         ]
48       }
49     },
50     {
51       "name": "WVRMediator",
52       "source_files": [
53         "WVRMediator/WVRMediator/Classes/*.{h,m}",
54         "WVRMediator/WVRMediator/Classes/**/*.{h,m}"
55       ],
56       "requires_arc": true,
57       "dependencies": {
58         "CTMediator": [
60         ],
61         "YYModel": [
63         ]
64       },
65       "frameworks": [
66         "UIKit",
67         "Foundation"
68       ]
69     }
70   ]