blob: 8a397bb3cd66cf0fa36b5e7cf95d920e826caf65 [file] [log] [blame]
{
"name": "JMSearchBar",
"version": "0.0.2",
"summary": "一个使用Swift写的搜索组件。",
"description": "🔍 Awesome fully customize search view like Pinterest written in Swift 5.0 hhh!",
"homepage": "https://github.com/simplismvip/JMSearchBar",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"明": "tonyzhao60@gmail.com"
},
"source": {
"git": "https://github.com/simplismvip/JMSearchBar.git",
"tag": "0.0.2"
},
"social_media_url": "http://www.restcy.com",
"platforms": {
"ios": "10.0"
},
"swift_versions": "4.0",
"requires_arc": true,
"source_files": [
"Source/*.{h,swift}"
],
"resources": [
"Source/*.bundle"
],
"frameworks": "UIKit",
"dependencies": {
"SnapKit": [
],
"RxCocoa": [
],
"RxSwift": [
]
},
"swift_version": "4.0"
}