blob: 8b7b9992ade853bf7f808268ae4a1ef6acda7791 [file] [log] [blame]
{
"name": "JYFilterView",
"version": "1.0.0",
"summary": "A lightweight and pure Swift implemented library for make filter view",
"description": "JYFilterView can easy to use, support for presentation, radio, multiple selection and style customization.",
"homepage": "https://github.com/jiyongTeam/JYFilterView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "裴雷",
"platforms": {
"ios": "9.0"
},
"swift_versions": "5.0",
"source": {
"git": "https://github.com/jiyongTeam/JYFilterView.git",
"tag": "1.0.0"
},
"source_files": "JYFilterView/JYFilterView/JYFilterView/*",
"exclude_files": "Classes/Exclude",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"swift_version": "5.0"
}