blob: ac7341fe11b61a72c32ac1df90d6edfb20f98e02 [file] [log] [blame]
{
"name": "KSOSearchBar",
"version": "0.1.0",
"summary": "KSOSearchBar is an alternative implementation of UISearchBar.",
"description": "KSOSearchBar is an alternative implementation of UISearchBar. The goal being to avoid the litany of graphical and layout issues present in UISearchBar.",
"homepage": "https://github.com/Kosoku/KSOSearchBar",
"screenshots": [
"https://github.com/Kosoku/KSOSearchBar/raw/master/screenshots/demo.gif"
],
"license": {
"type": "BSD",
"file": "license.txt"
},
"authors": {
"William Towe": "willbur1984@gmail.com"
},
"source": {
"git": "https://github.com/Kosoku/KSOSearchBar.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "10.0",
"tvos": "10.0"
},
"requires_arc": true,
"source_files": "KSOSearchBar/**/*.{h,m}",
"exclude_files": "KSOSearchBar/KSOSearchBar-Info.h",
"private_header_files": "KSOSearchBar/Private/*.h",
"resource_bundles": {
"KSOSearchBar": [
"KSOSearchBar/**/*.{xcassets,lproj}"
]
},
"frameworks": "UIKit",
"dependencies": {
"KSOFontAwesomeExtensions": [
],
"Ditko": [
],
"Stanley": [
]
}
}