blob: f8ffedd620c81eaf9f12dec7f511de94597c1164 [file] [log] [blame]
{
"name": "JYFilterView",
"version": "1.0.2",
"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.2"
},
"source_files": "JYFilterView/JYFilterView/JYFilterView/*",
"exclude_files": "Classes/Exclude",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"swift_version": "5.0"
}