blob: 6b9eaa641ddfdd56e20c7fa11e03a43ac48d5050 [file] [log] [blame]
{
"name": "oc-viper-base",
"version": "0.1.3",
"summary": "一个OC编写的类VIPER框架",
"description": "一个OC编写的类VIPER框架,用于快速构架iOS应用,或桥接各种现成功能模块。",
"homepage": "https://github.com/zsy78191/oc-viper-base",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"zsy78191": "zcleeco@qq.com"
},
"source": {
"git": "https://github.com/zsy78191/oc-viper-base.git",
"tag": "0.1.3"
},
"platforms": {
"ios": "13.0"
},
"source_files": "oc-viper-base/Classes/**/*",
"dependencies": {
"ReactiveObjC": [
],
"MGJRouter": [
],
"PromiseKit": [
],
"SVProgressHUD": [
],
"IQKeyboardManager": [
],
"STPopup": [
],
"MagicalRecord": [
],
"Masonry": [
],
"RegexKitLite": [
],
"Mantle": [
]
}
}