[Add] TPNiOS 6.4.35
[CocoaPods.git] / Specs / 3 / e / 7 / KSOSearchBar / 0.1.0 / KSOSearchBar.podspec.json
blobac7341fe11b61a72c32ac1df90d6edfb20f98e02
2   "name": "KSOSearchBar",
3   "version": "0.1.0",
4   "summary": "KSOSearchBar is an alternative implementation of UISearchBar.",
5   "description": "KSOSearchBar is an alternative implementation of UISearchBar. The goal being to avoid the litany of graphical and layout issues present in UISearchBar.",
6   "homepage": "https://github.com/Kosoku/KSOSearchBar",
7   "screenshots": [
8     "https://github.com/Kosoku/KSOSearchBar/raw/master/screenshots/demo.gif"
9   ],
10   "license": {
11     "type": "BSD",
12     "file": "license.txt"
13   },
14   "authors": {
15     "William Towe": "willbur1984@gmail.com"
16   },
17   "source": {
18     "git": "https://github.com/Kosoku/KSOSearchBar.git",
19     "tag": "0.1.0"
20   },
21   "platforms": {
22     "ios": "10.0",
23     "tvos": "10.0"
24   },
25   "requires_arc": true,
26   "source_files": "KSOSearchBar/**/*.{h,m}",
27   "exclude_files": "KSOSearchBar/KSOSearchBar-Info.h",
28   "private_header_files": "KSOSearchBar/Private/*.h",
29   "resource_bundles": {
30     "KSOSearchBar": [
31       "KSOSearchBar/**/*.{xcassets,lproj}"
32     ]
33   },
34   "frameworks": "UIKit",
35   "dependencies": {
36     "KSOFontAwesomeExtensions": [
38     ],
39     "Ditko": [
41     ],
42     "Stanley": [
44     ]
45   }