blob: c880d7b9ab73c0ec0dd59997e7474201eecc6527 [file] [log] [blame]
{
"name": "PortalIosMidware",
"version": "0.0.2",
"summary": "UIFrame.",
"description": "UIFrame 框架",
"homepage": "https://github.com/portal-io/portal-ios-midware",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"qbshen": "shen.qingbo@whaley.cn"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/portal-io/portal-ios-midware.git",
"tag": "0.0.2"
},
"subspecs": [
{
"name": "WVRUIFrame",
"source_files": "WVRUIFrame/WVRUIFrame/Core/**/*.{h,m}",
"requires_arc": true
},
{
"name": "WVRAPIService",
"source_files": "WVRAPIService/WVRAPIService/Classes/*.{h,m}",
"dependencies": {
"PortalIosLibrary/WVRNet": [
],
"PortalIosLibrary/WVRAppContext": [
]
},
"requires_arc": true
},
{
"name": "WVRInteractor",
"source_files": "WVRInteractor/WVRInteractor/Core/*.{h,m}",
"requires_arc": true,
"dependencies": {
"PortalIosLibrary/WVRNet": [
]
}
},
{
"name": "WVRMediator",
"source_files": [
"WVRMediator/WVRMediator/Classes/*.{h,m}",
"WVRMediator/WVRMediator/Classes/**/*.{h,m}"
],
"requires_arc": true,
"dependencies": {
"CTMediator": [
],
"YYModel": [
]
},
"frameworks": [
"UIKit",
"Foundation"
]
}
]
}