| { |
| "name": "RcUIKit", |
| "version": "0.8.0", |
| "summary": "A short description of RcUIKit.", |
| "description": "人才有价UI库", |
| "homepage": "http://120.27.0.154/iOS/uikit/rcuikit.git", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "ZY": "776210576@qq.com" |
| }, |
| "source": { |
| "git": "http://120.27.0.154/iOS/uikit/rcuikit.git", |
| "tag": "0.8.0" |
| }, |
| "swift_versions": "5.0", |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "default_subspecs": "Core", |
| "subspecs": [ |
| { |
| "name": "Core", |
| "source_files": "RcUIKit/Classes/Core/**/*", |
| "dependencies": { |
| "RcUIKit/RCBaseUI": [ |
| |
| ], |
| "RcUIKit/RCRefresh": [ |
| |
| ], |
| "NVActivityIndicatorView": [ |
| |
| ] |
| } |
| }, |
| { |
| "name": "RCBaseUI", |
| "source_files": "RcUIKit/Classes/RCBaseUI/**/*" |
| }, |
| { |
| "name": "RCRefresh", |
| "source_files": "RcUIKit/Classes/RCRefresh/**/*.swift", |
| "dependencies": { |
| "MJRefresh": [ |
| |
| ], |
| "RcUIKit/RCBaseUI": [ |
| |
| ] |
| }, |
| "resource_bundles": { |
| "RCRefresh": [ |
| "RcUIKit/Assets/RCRefreshResource/*.png" |
| ] |
| } |
| }, |
| { |
| "name": "RCButton", |
| "source_files": "RcUIKit/Classes/RCButton/**/*" |
| }, |
| { |
| "name": "RCLabel", |
| "source_files": "RcUIKit/Classes/RCLabel/**/*" |
| }, |
| { |
| "name": "RCForm", |
| "dependencies": { |
| "Gallery": [ |
| |
| ], |
| "SKPhotoBrowser": [ |
| |
| ], |
| "SDWebImage": [ |
| |
| ], |
| "RcUIKit/RCBaseUI": [ |
| |
| ] |
| }, |
| "source_files": "RcUIKit/Classes/RCForm/**/*.swift", |
| "resources": [ |
| "RcUIKit/Classes/RCForm/Xib/*.xib", |
| "RcUIKit/Classes/RCForm/Image/*.png" |
| ], |
| "resource_bundles": { |
| "RCForm": [ |
| "RcUIKit/Assets/RCFormResource/*.png" |
| ] |
| } |
| }, |
| { |
| "name": "RCEmpty", |
| "source_files": "RcUIKit/Classes/RCEmpty/**/*.swift", |
| "resource_bundles": { |
| "RCEmpty": [ |
| "RcUIKit/Assets/RCEmptyResource/*.png" |
| ] |
| }, |
| "dependencies": { |
| "RcUIKit/RCBaseUI": [ |
| |
| ], |
| "RcUIKit/RCRefresh": [ |
| |
| ], |
| "SnapKit": [ |
| |
| ] |
| } |
| }, |
| { |
| "name": "RCDateTimePicker", |
| "source_files": "RcUIKit/Classes/RCDateTimePicker/**/*" |
| }, |
| { |
| "name": "RCPromptBox", |
| "source_files": "RcUIKit/Classes/RCPromptBox/**/*.swift", |
| "resource_bundles": { |
| "RCPromptBox": [ |
| "RcUIKit/Assets/RCPromptBoxResource/*.png" |
| ] |
| }, |
| "dependencies": { |
| "RcUIKit/RCBaseUI": [ |
| |
| ], |
| "Toast-Swift": [ |
| |
| ], |
| "SnapKit": [ |
| |
| ] |
| } |
| }, |
| { |
| "name": "RCPickView", |
| "source_files": "RcUIKit/Classes/RCPickView/**/*.swift", |
| "resource_bundles": { |
| "RCPickView": [ |
| "RcUIKit/Assets/RCPickViewResource/*" |
| ] |
| } |
| }, |
| { |
| "name": "RCPagemenu", |
| "source_files": "RcUIKit/Classes/RCPagemenu/**/*" |
| }, |
| { |
| "name": "RCCalendar", |
| "source_files": "RcUIKit/Classes/RCCalendar/**/*.swift", |
| "resource_bundles": { |
| "RCCalendar": [ |
| "RcUIKit/Assets/RCCalendarResource/*.png" |
| ] |
| }, |
| "dependencies": { |
| "RcUIKit/RCBaseUI": [ |
| |
| ], |
| "SnapKit": [ |
| |
| ], |
| "FSCalendar": [ |
| |
| ], |
| "FFPopup": [ |
| |
| ] |
| } |
| } |
| ], |
| "swift_version": "5.0" |
| } |