blob: 0ab1909d94c7181e46269fb3aa169a66fc221735 [file] [log] [blame]
{
"name": "WLUserPackage",
"version": "0.1.9",
"summary": "A Lib For user package.",
"description": "WLUserPackage一个对用户模块的封装",
"homepage": "https://github.com/StoneStoneStoneWang/WLUserPackage",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"StoneStoneStoneWang": "yuanxingfu1314@163.com"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "5.0",
"pod_target_xcconfig": {
"DEFINES_MODULE": "YES"
},
"static_framework": true,
"frameworks": [
"UIKit",
"Foundation",
"CoreServices"
],
"source": {
"git": "https://github.com/StoneStoneStoneWang/WLUserPackage.git",
"tag": "0.1.9"
},
"subspecs": [
{
"name": "Prepare",
"subspecs": [
{
"name": "Bean",
"source_files": "Code/Prepare/Bean/*.{swift}",
"dependencies": {
"ObjectMapper": [
]
}
},
{
"name": "Cache",
"source_files": "Code/Prepare/Cache/*.{swift}",
"dependencies": {
"WLUserPackage/Prepare/Bean": [
],
"WLThirdUtil/Cache": [
]
}
},
{
"name": "config",
"source_files": "Code/Prepare/Config/*.{swift}"
},
{
"name": "Manager",
"source_files": "Code/Prepare/Manager/*.{swift}",
"dependencies": {
"WLThirdUtil/Hud": [
],
"WLThirdUtil/UM/Base": [
],
"WLUserPackage/Prepare/config": [
]
}
},
{
"name": "Api",
"source_files": "Code/Prepare/Api/*.{swift}",
"dependencies": {
"WLUserPackage/Prepare/Manager": [
],
"Alamofire": [
],
"WLReqKit": [
],
"WLToolsKit/WLCommon": [
]
}
},
{
"name": "Req",
"source_files": "Code/Prepare/Req/*.{swift}",
"dependencies": {
"WLUserPackage/Prepare/Api": [
],
"WLUserPackage/Prepare/Cache": [
],
"RxSwift": [
]
}
},
{
"name": "Upload",
"source_files": "Code/Prepare/Upload/*.{swift}",
"dependencies": {
"WLUserPackage/Prepare/Cache": [
],
"Alamofire": [
],
"RxSwift": [
],
"WLReqKit": [
],
"ObjectMapper": [
],
"WLThirdUtil/Ali/ObjCache": [
]
}
},
{
"name": "Base",
"source_files": "Code/Prepare/Base/*.{swift}",
"dependencies": {
"WLToolsKit/WLColor": [
],
"WLBaseViewController/WLLoading": [
],
"WLBaseViewController/WLInner": [
],
"RxSwift": [
]
}
},
{
"name": "Result",
"source_files": "Code/Prepare/Result/*.{swift}",
"dependencies": {
"ObjectMapper": [
]
}
},
{
"name": "TextCheck",
"source_files": "Code/Prepare/TextCheck/*.{swift}",
"dependencies": {
"WLUserPackage/Prepare/Result": [
],
"WLToolsKit/WLString": [
]
}
},
{
"name": "ActionShow",
"source_files": "Code/Prepare/ActionShow/*.{swift}"
},
{
"name": "PickerImpl",
"source_files": "Code/Prepare/PickerImpl/*.{swift}",
"dependencies": {
"WLToolsKit/WLThen": [
]
}
}
]
},
{
"name": "RXCocoa",
"subspecs": [
{
"name": "Button",
"source_files": "Code/RXCocoa/Button/*.{swift}",
"dependencies": {
"RxSwift": [
],
"RxCocoa": [
]
}
},
{
"name": "TextField",
"source_files": "Code/RXCocoa/TextField/*.{swift}",
"dependencies": {
"RxSwift": [
],
"RxCocoa": [
]
}
}
]
},
{
"name": "Welcome",
"subspecs": [
{
"name": "Style",
"source_files": "Code/Project/Welcome/Style/*.{swift}"
},
{
"name": "Delegate",
"source_files": "Code/Project/Welcome/Delegate/*.{swift}",
"dependencies": {
"WLBaseViewModel": [
]
}
},
{
"name": "Config",
"source_files": "Code/Project/Welcome/Config/*.{swift}"
},
{
"name": "VM",
"source_files": "Code/Project/Welcome/VM/*.{swift}",
"dependencies": {
"WLBaseViewModel": [
],
"WLUserPackage/Welcome/Style": [
],
"WLToolsKit/WLCommon": [
],
"RxSwift": [
],
"RxCocoa": [
]
}
},
{
"name": "View",
"source_files": "Code/Project/Welcome/View/*.{swift}",
"dependencies": {
"SnapKit": [
],
"WLToolsKit/WLThen": [
]
}
},
{
"name": "Base",
"source_files": "Code/Project/Welcome/Base/*.{swift}",
"dependencies": {
"WLUserPackage/Prepare/Base": [
],
"WLUserPackage/Welcome/VM": [
],
"WLUserPackage/Welcome/View": [
],
"WLUserPackage/Welcome/Config": [
],
"WLUserPackage/Welcome/Delegate": [
],
"WLToolsKit/WLColor": [
],
"WLBaseTableView/WLSectionModel": [
],
"WLUserPackage/RXCocoa/Button": [
],
"RxDataSources": [
]
}
},
{
"name": "VC",
"source_files": "Code/Project/Welcome/VC/*.{swift}",
"dependencies": {
"WLUserPackage/Welcome/Base": [
]
}
},
{
"name": "Create",
"source_files": "Code/Project/Welcome/Create/*.{swift}",
"dependencies": {
"WLUserPackage/Welcome/VC": [
]
}
}
]
},
{
"name": "Protocol",
"subspecs": [
{
"name": "VM",
"source_files": "Code/Project/Protocol/VM/*.{swift}",
"dependencies": {
"WLUserPackage/Prepare/Manager": [
],
"RxSwift": [
],
"WLBaseViewModel": [
]
}
},
{
"name": "VC",
"source_files": "Code/Project/Protocol/VC/*.{swift}",
"dependencies": {
"WLUserPackage/Prepare/Base": [
],
"WLUserPackage/Protocol/VM": [
]
}
},
{
"name": "Create",
"source_files": "Code/Project/Protocol/Create/*.{swift}",
"dependencies": {
"WLUserPackage/Protocol/VC": [
]
}
}
]
},
{
"name": "Password",
"subspecs": [
{
"name": "VM",
"source_files": "Code/Project/Pwd/VM/*.{swift}",
"dependencies": {
"WLUserPackage/Prepare/TextCheck": [
],
"WLUserPackage/Prepare/Req": [
],
"WLBaseViewModel": [
],
"RxSwift": [
],
"RxCocoa": [
],
"WLReqKit": [
]
}
},
{
"name": "Base",
"source_files": "Code/Project/Pwd/Base/*.{swift}",
"dependencies": {
"WLUserPackage/Prepare/Base": [
],
"WLUserPackage/Password/VM": [
],
"WLUserPackage/Login/Config": [
],
"WLUserPackage/Login/Style": [
],
"WLUserPackage/RXCocoa/Button": [
],
"WLUserPackage/RXCocoa/TextField": [
],
"WLToolsKit/WLColor": [
],
"WLToolsKit/WLThen": [
],
"WLToolsKit/WLCommon": [
],
"WLComponentView/TextFeild/Vcode": [
],
"WLComponentView/TextFeild/Password": [
],
"WLThirdUtil/Hud": [
]
}
},
{
"name": "VC",
"source_files": "Code/Project/Pwd/VC/*.{swift}",
"dependencies": {
"WLUserPackage/Password/Base": [
],
"WLComponentView/Draw": [
],
"SnapKit": [
]
}
},
{
"name": "Create",
"source_files": "Code/Project/Pwd/Create/*.{swift}",
"dependencies": {
"WLUserPackage/Password/VC": [
]
}
}
]
},
{
"name": "Reg",
"subspecs": [
{
"name": "VM",
"source_files": "Code/Project/Reg/VM/*.{swift}",
"dependencies": {
"WLUserPackage/Prepare/TextCheck": [
],
"WLUserPackage/Prepare/Req": [
],
"WLBaseViewModel": [
],
"ObjectMapper": [
],
"RxSwift": [
],
"RxCocoa": [
],
"WLReqKit": [
]
}
},
{
"name": "Base",
"source_files": "Code/Project/Reg/Base/*.{swift}",
"dependencies": {
"WLUserPackage/Reg/VM": [
],
"WLUserPackage/Login/Config": [
],
"WLUserPackage/Login/Style": [
],
"WLUserPackage/RXCocoa/Button": [
],
"WLToolsKit/WLColor": [
],
"WLToolsKit/WLThen": [
],
"WLToolsKit/WLCommon": [
],
"WLComponentView/TextFeild/Vcode": [
],
"WLThirdUtil/Hud": [
],
"WLThirdUtil/JPush": [
],
"WLUserPackage/Protocol/Create": [
],
"WLUserPackage/Prepare/Cache": [
]
}
},
{
"name": "VC",
"source_files": "Code/Project/Reg/VC/*.{swift}",
"dependencies": {
"WLUserPackage/Reg/Base": [
],
"SnapKit": [
],
"WLComponentView/Draw": [
]
}
},
{
"name": "Create",
"source_files": "Code/Project/Reg/Create/*.{swift}",
"dependencies": {
"WLUserPackage/Reg/VC": [
]
}
}
]
},
{
"name": "Login",
"subspecs": [
{
"name": "Style",
"source_files": "Code/Project/Login/Style/*.{swift}"
},
{
"name": "Config",
"source_files": "Code/Project/Login/Config/*.{swift}"
},
{
"name": "VM",
"source_files": "Code/Project/Login/VM/*.{swift}",
"dependencies": {
"WLUserPackage/Prepare/TextCheck": [
],
"WLUserPackage/Prepare/Req": [
],
"WLBaseViewModel": [
],
"ObjectMapper": [
],
"RxSwift": [
],
"RxCocoa": [
],
"WLReqKit": [
]
}
},
{
"name": "Base",
"source_files": "Code/Project/Login/Base/*.{swift}",
"dependencies": {
"WLUserPackage/Login/VM": [
],
"WLUserPackage/Reg/Create": [
],
"WLUserPackage/Password/Create": [
]
}
},
{
"name": "VC",
"source_files": "Code/Project/Login/VC/*.{swift}",
"dependencies": {
"WLUserPackage/Login/Base": [
],
"WLComponentView/Draw": [
]
}
},
{
"name": "Create",
"source_files": "Code/Project/Login/Create/*.{swift}",
"dependencies": {
"WLUserPackage/Login/VC": [
]
}
},
{
"name": "TokenInvalid",
"source_files": "Code/Project/Login/TokenInvalid/*.{swift}",
"dependencies": {
"WLUserPackage/Login/Create": [
]
}
},
{
"name": "CheckLogin",
"source_files": "Code/Project/Login/CheckLogin/*.{swift}",
"dependencies": {
"WLUserPackage/Login/Create": [
]
}
}
]
},
{
"name": "Black",
"subspecs": [
{
"name": "Bean",
"source_files": "Code/Project/Black/Bean/*.{swift}",
"dependencies": {
"WLUserPackage/Prepare/Bean": [
],
"ObjectMapper": [
],
"RxDataSources": [
]
}
},
{
"name": "Style",
"source_files": "Code/Project/Black/Style/*.{swift}"
},
{
"name": "Config",
"source_files": "Code/Project/Black/Config/*.{swift}"
},
{
"name": "View",
"subspecs": [
{
"name": "Empty",
"source_files": "Code/Project/Black/View/Empty/*.{swift}",
"dependencies": {
"WLBaseTableView/WLEmpty": [
],
"WLToolsKit/WLColor": [
]
}
},
{
"name": "TV",
"source_files": "Code/Project/Black/View/TV/*.{swift}",
"dependencies": {
"WLBaseTableView/WLRTV": [
]
}
},
{
"name": "Cell",
"source_files": "Code/Project/Black/View/Cell/*.{swift}",
"dependencies": {
"WLBaseTableView/WLBaseTableViewCell": [
],
"WLToolsKit/WLColor": [
],
"WLToolsKit/WLThen": [
],
"WLToolsKit/WLCommon": [
],
"Kingfisher": [
],
"SnapKit": [
],
"WLUserPackage/Black/Config": [
],
"WLUserPackage/Black/Bean": [
]
}
}
]
},
{
"name": "VM",
"source_files": "Code/Project/Black/VM/*.{swift}",
"dependencies": {
"WLBaseViewModel": [
],
"RxCocoa": [
],
"RxSwift": [
],
"WLReqKit": [
],
"ObjectMapper": [
],
"WLUserPackage/Black/Bean": [
],
"WLUserPackage/Prepare/Result": [
],
"WLUserPackage/Prepare/Req": [
]
}
},
{
"name": "VC",
"source_files": "Code/Project/Black/VC/*.{swift}",
"dependencies": {
"WLUserPackage/Prepare/Base": [
],
"WLUserPackage/Black/VM": [
],
"WLUserPackage/Black/View": [
],
"WLUserPackage/Black/Style": [
],
"WLUserPackage/Black/Config": [
],
"WLToolsKit/WLThen": [
],
"WLToolsKit/WLCommon": [
],
"WLBaseTableView/WLAnimationSectionModel": [
],
"WLThirdUtil/Hud": [
],
"RxDataSources": [
]
}
},
{
"name": "Create",
"source_files": "Code/Project/Black/Create/*.{swift}",
"dependencies": {
"WLUserPackage/Black/VC": [
]
}
}
]
},
{
"name": "Focus",
"subspecs": [
{
"name": "Bean",
"source_files": "Code/Project/Focus/Bean/*.{swift}",
"dependencies": {
"WLUserPackage/Prepare/Bean": [
],
"ObjectMapper": [
],
"RxDataSources": [
]
}
},
{
"name": "Style",
"source_files": "Code/Project/Focus/Style/*.{swift}"
},
{
"name": "Config",
"source_files": "Code/Project/Focus/Config/*.{swift}"
},
{
"name": "View",
"subspecs": [
{
"name": "Empty",
"source_files": "Code/Project/Focus/View/Empty/*.{swift}",
"dependencies": {
"WLBaseTableView/WLEmpty": [
],
"WLToolsKit/WLColor": [
]
}
},
{
"name": "TV",
"source_files": "Code/Project/Focus/View/TV/*.{swift}",
"dependencies": {
"WLBaseTableView/WLRTV": [
]
}
},
{
"name": "Cell",
"source_files": "Code/Project/Focus/View/Cell/*.{swift}",
"dependencies": {
"WLBaseTableView/WLBaseTableViewCell": [
],
"WLToolsKit/WLColor": [
],
"WLToolsKit/WLThen": [
],
"WLToolsKit/WLCommon": [
],
"Kingfisher": [
],
"SnapKit": [
],
"WLUserPackage/Focus/Config": [
],
"WLUserPackage/Focus/Bean": [
]
}
}
]
},
{
"name": "VM",
"source_files": "Code/Project/Focus/VM/*.{swift}",
"dependencies": {
"WLBaseViewModel": [
],
"RxCocoa": [
],
"RxSwift": [
],
"WLReqKit": [
],
"ObjectMapper": [
],
"WLUserPackage/Focus/Bean": [
],
"WLUserPackage/Prepare/Result": [
],
"WLUserPackage/Prepare/Req": [
]
}
},
{
"name": "VC",
"source_files": "Code/Project/Focus/VC/*.{swift}",
"dependencies": {
"WLUserPackage/Prepare/Base": [
],
"WLUserPackage/Focus/VM": [
],
"WLUserPackage/Focus/View": [
],
"WLUserPackage/Focus/Style": [
],
"WLUserPackage/Focus/Config": [
],
"WLToolsKit/WLThen": [
],
"WLToolsKit/WLCommon": [
],
"WLBaseTableView/WLAnimationSectionModel": [
],
"WLThirdUtil/Hud": [
],
"RxDataSources": [
]
}
},
{
"name": "Create",
"source_files": "Code/Project/Focus/Create/*.{swift}",
"dependencies": {
"WLUserPackage/Focus/VC": [
]
}
}
]
},
{
"name": "Setting",
"subspecs": [
{
"name": "Bean",
"source_files": "Code/Project/Setting/Bean/*.{swift}",
"dependencies": {
"WLUserPackage/Prepare/Cache": [
]
}
},
{
"name": "View",
"source_files": "Code/Project/Setting/View/*.{swift}",
"dependencies": {
"WLUserPackage/Setting/Bean": [
],
"WLBaseTableView/WLBTV": [
],
"WLBaseTableView/WLBaseTableViewCell": [
],
"SnapKit": [
]
}
},
{
"name": "VM",
"source_files": "Code/Project/Setting/VM/*.{swift}",
"dependencies": {
"WLUserPackage/Setting/Bean": [
],
"WLBaseViewModel": [
],
"RxCocoa": [
],
"RxSwift": [
]
}
},
{
"name": "VC",
"source_files": "Code/Project/Setting/VC/*.{swift}",
"dependencies": {
"WLUserPackage/Setting/VM": [
],
"WLUserPackage/Setting/View": [
],
"WLBaseTableView/WLSectionModel": [
],
"WLUserPackage/Black/Create": [
],
"WLUserPackage/Login/CheckLogin": [
]
}
},
{
"name": "Create",
"source_files": "Code/Project/Setting/Create/*.{swift}",
"dependencies": {
"WLUserPackage/Setting/VC": [
]
}
}
]
},
{
"name": "UserInfo",
"subspecs": [
{
"name": "Bean",
"source_files": "Code/Project/UserInfo/Bean/*.{swift}"
},
{
"name": "Config",
"source_files": "Code/Project/UserInfo/Config/*.{swift}"
},
{
"name": "View",
"source_files": "Code/Project/UserInfo/View/*.{swift}",
"dependencies": {
"WLUserPackage/UserInfo/Bean": [
],
"WLUserPackage/UserInfo/Config": [
],
"WLBaseTableView/WLBaseTableViewCell": [
],
"WLBaseTableView/WLBTV": [
],
"WLToolsKit/WLColor": [
],
"WLToolsKit/WLThen": [
],
"WLToolsKit/WLString": [
],
"Kingfisher": [
],
"SnapKit": [
]
}
},
{
"name": "VM",
"source_files": "Code/Project/UserInfo/VM/*.{swift}",
"dependencies": {
"WLUserPackage/UserInfo/Bean": [
],
"WLUserPackage/Prepare/Req": [
],
"WLUserPackage/Prepare/Result": [
],
"WLUserPackage/Prepare/Cache": [
],
"WLUserPackage/Prepare/Upload": [
],
"WLBaseViewModel": [
],
"RxSwift": [
],
"RxCocoa": [
],
"WLReqKit": [
]
}
},
{
"name": "VC",
"source_files": "Code/Project/UserInfo/VC/*.{swift}",
"dependencies": {
"WLUserPackage/Signature": [
],
"WLUserPackage/NickName": [
],
"WLUserPackage/UserInfo/VM": [
],
"WLUserPackage/UserInfo/Config": [
],
"WLUserPackage/UserInfo/View": [
],
"WLToolsKit/WLThen": [
],
"WLToolsKit/WLCommon": [
],
"WLBaseTableView/WLSectionModel": [
],
"WLThirdUtil/Hud": [
],
"WLUserPackage/Prepare/ActionShow": [
],
"RxDataSources": [
],
"WLComponentView/Picker/DatePicker": [
],
"WLUserPackage/Prepare/PickerImpl": [
]
}
},
{
"name": "Create",
"source_files": "Code/Project/UserInfo/Create/*.{swift}",
"dependencies": {
"WLUserPackage/UserInfo/VC": [
]
}
}
]
},
{
"name": "Signature",
"subspecs": [
{
"name": "VM",
"source_files": "Code/Project/Signature/VM/*.{swift}",
"dependencies": {
"WLToolsKit/WLString": [
],
"WLUserPackage/Prepare/Result": [
],
"WLUserPackage/Prepare/Cache": [
],
"WLUserPackage/Prepare/Req": [
],
"WLUserPackage/UserInfo/Bean": [
],
"WLBaseViewModel": [
],
"RxSwift": [
],
"RxCocoa": [
],
"WLReqKit": [
]
}
},
{
"name": "Base",
"source_files": "Code/Project/Signature/Base/*.{swift}",
"dependencies": {
"WLUserPackage/Signature/VM": [
],
"WLUserPackage/Prepare/Base": [
],
"WLThirdUtil/Hud": [
],
"WLUserPackage/UserInfo/Config": [
],
"WLToolsKit/WLThen": [
]
}
},
{
"name": "VC",
"source_files": "Code/Project/Signature/VC/*.{swift}",
"dependencies": {
"WLUserPackage/Signature/Base": [
],
"WLToolsKit/WLColor": [
],
"WLToolsKit/WLCommon": [
]
}
},
{
"name": "Create",
"source_files": "Code/Project/Signature/Create/*.{swift}",
"dependencies": {
"WLUserPackage/Signature/VC": [
],
"WLBaseViewController/WLNavi": [
]
}
}
]
},
{
"name": "NickName",
"subspecs": [
{
"name": "VM",
"source_files": "Code/Project/NickName/VM/*.{swift}",
"dependencies": {
"WLToolsKit/WLString": [
],
"WLUserPackage/Prepare/Result": [
],
"WLBaseViewModel": [
],
"RxSwift": [
],
"RxCocoa": [
],
"WLReqKit": [
],
"WLUserPackage/Prepare/Cache": [
],
"WLUserPackage/Prepare/Req": [
],
"WLUserPackage/UserInfo/Bean": [
]
}
},
{
"name": "Base",
"source_files": "Code/Project/NickName/Base/*.{swift}",
"dependencies": {
"WLUserPackage/NickName/VM": [
],
"WLUserPackage/Prepare/Base": [
],
"WLThirdUtil/Hud": [
],
"WLUserPackage/UserInfo/Bean": [
],
"WLUserPackage/UserInfo/Config": [
],
"WLToolsKit/WLThen": [
],
"WLUserPackage/Prepare/Cache": [
],
"WLComponentView/TextFeild/NickName": [
]
}
},
{
"name": "VC",
"source_files": "Code/Project/NickName/VC/*.{swift}",
"dependencies": {
"WLUserPackage/NickName/Base": [
],
"WLToolsKit/WLColor": [
],
"WLToolsKit/WLCommon": [
]
}
},
{
"name": "Create",
"source_files": "Code/Project/NickName/Create/*.{swift}",
"dependencies": {
"WLUserPackage/NickName/VC": [
],
"WLBaseViewController/WLNavi": [
]
}
}
]
},
{
"name": "About",
"subspecs": [
{
"name": "Config",
"source_files": "Code/Project/About/Config/*.{swift}"
},
{
"name": "Bean",
"source_files": "Code/Project/About/Bean/*.{swift}",
"dependencies": {
"WLToolsKit/WLString": [
]
}
},
{
"name": "View",
"source_files": "Code/Project/About/View/*.{swift}",
"dependencies": {
"WLUserPackage/About/Bean": [
],
"WLUserPackage/About/Config": [
],
"WLBaseTableView/WLBTV": [
],
"WLBaseTableView/WLSectionModel": [
],
"WLBaseTableView/WLBaseTableViewCell": [
],
"SnapKit": [
]
}
},
{
"name": "VM",
"source_files": "Code/Project/About/VM/*.{swift}",
"dependencies": {
"WLUserPackage/About/Bean": [
],
"WLBaseViewModel": [
],
"RxCocoa": [
]
}
},
{
"name": "VC",
"source_files": "Code/Project/About/VC/*.{swift}",
"dependencies": {
"WLUserPackage/About/VM": [
],
"WLUserPackage/About/View": [
],
"WLUserPackage/About/Config": [
],
"WLUserPackage/Prepare/Base": [
],
"RxDataSources": [
],
"WLToolsKit/WLCommon": [
]
}
},
{
"name": "Create",
"source_files": "Code/Project/About/Create/*.{swift}",
"dependencies": {
"WLUserPackage/About/VC": [
]
}
}
]
},
{
"name": "Profile",
"subspecs": [
{
"name": "Config",
"source_files": "Code/Project/Profile/Config/*.{swift}"
},
{
"name": "Style",
"source_files": "Code/Project/Profile/Style/*.{swift}"
},
{
"name": "Manager",
"source_files": "Code/Project/Profile/Manager/*.{swift}",
"dependencies": {
"WLUserPackage/Profile/Config": [
],
"WLUserPackage/Profile/Style": [
]
}
},
{
"name": "Bean",
"source_files": "Code/Project/Profile/Bean/*.{swift}",
"dependencies": {
"WLUserPackage/Profile/Manager": [
]
}
},
{
"name": "View",
"source_files": "Code/Project/Profile/View/*.{swift}",
"dependencies": {
"WLUserPackage/Profile/Bean": [
],
"WLUserPackage/Profile/Manager": [
],
"WLUserPackage/Prepare/Cache": [
],
"SnapKit": [
],
"Kingfisher": [
],
"RxCocoa": [
],
"WLBaseTableView/WLBTV": [
],
"WLBaseTableView/WLBaseTableViewCell": [
],
"WLToolsKit/WLColor": [
]
}
},
{
"name": "VM",
"source_files": "Code/Project/Profile/VM/*.{swift}",
"dependencies": {
"WLUserPackage/Profile/Bean": [
],
"WLUserPackage/Prepare/Req": [
],
"WLBaseViewModel": [
],
"RxCocoa": [
]
}
},
{
"name": "Base",
"source_files": "Code/Project/Profile/Base/*.{swift}",
"dependencies": {
"WLUserPackage/Profile/View": [
],
"WLUserPackage/Profile/Manager": [
],
"WLUserPackage/Profile/VM": [
],
"WLUserPackage/UserInfo/Create": [
],
"WLUserPackage/Login/TokenInvalid": [
],
"WLUserPackage/Login/CheckLogin": [
],
"WLUserPackage/About/Create": [
],
"WLUserPackage/Setting/Create": [
],
"WLUserPackage/Focus/Create": [
],
"RxDataSources": [
],
"WLThirdUtil/Hud": [
]
}
},
{
"name": "VC",
"source_files": "Code/Project/Profile/VC/*.{swift}",
"dependencies": {
"WLUserPackage/Profile/Base": [
]
}
},
{
"name": "Create",
"source_files": "Code/Project/Profile/Create/*.{swift}",
"dependencies": {
"WLUserPackage/Profile/VC": [
]
}
}
]
}
]
}