blob: 92a497c419e679ef4b8472af1b13db4de581df60 [file] [log] [blame]
{
"name": "EasyKits",
"version": "0.0.8",
"summary": "使用简单的工具集合",
"description": "开源日常开发中常用的简单工具,目标-使用简单,后续不断完善",
"homepage": "https://github.com/MengLiMing/EasyKits",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"MengLiMing": "920459250@qq.com"
},
"source": {
"git": "https://github.com/MengLiMing/EasyKits.git",
"tag": "0.0.8"
},
"platforms": {
"ios": "9.0"
},
"swift_versions": "5.0",
"frameworks": "UIKit",
"subspecs": [
{
"name": "EasyPopup",
"dependencies": {
"SnapKit": [
"~> 4.2.0"
]
},
"source_files": "EasyKits/EasyPopup/*.swift"
},
{
"name": "EasyResponder",
"source_files": "EasyKits/EasyResponder/*.swift"
},
{
"name": "EasyListView",
"source_files": "EasyKits/EasyListView/**/*"
},
{
"name": "EasySyncScroll",
"dependencies": {
"RxSwift": [
],
"RxCocoa": [
]
},
"source_files": "EasyKits/EasySyncScroll/*.swift",
"frameworks": "WebKit"
},
{
"name": "EasyCarouseView",
"source_files": "EasyKits/EasyCarouseView/*.swift"
},
{
"name": "EasyExtension",
"source_files": "EasyKits/EasyExtension/*.swift"
}
],
"swift_version": "5.0"
}