blob: 9f577edb6530fa135dfb7c616f6a81c4d9cfb8f4 [file] [log] [blame]
{
"name": "SKSearchController",
"version": "1.0.0",
"summary": "A Wrap for UISearchController makes all customization super easy.",
"description": "SKSearchController makes all the UI settings of UISearchController quick and easy. You don't have to go through subviews to find the textfield or the cancel button any more. SKSearchController has done all that for you. In addition, all the UISearchBar delegate methods have been converted to closures, which makes much faster to code.",
"homepage": "https://github.com/JunsW/SKSearchController",
"screenshots": "https://github.com/JunsW/SKSearchController/blob/master/Assets/Demo.gif?raw=true",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"JunsW": "wjunshuo@qq.com"
},
"source": {
"git": "https://github.com/JunsW/SKSearchController.git",
"tag": "1.0.0"
},
"source_files": "Source/*.swift",
"platforms": {
"ios": "8.0"
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
},
"requires_arc": true,
"frameworks": "UIKit",
"swift_version": "4.0"
}