[Add] FTMobileSDK 1.5.10-alpha.1
[CocoaPods.git] / Specs / 5 / f / e / SKSearchController / 1.0.1 / SKSearchController.podspec.json
blob8304f7251a15eee823b69de1935751a720d38f43
2   "name": "SKSearchController",
3   "version": "1.0.1",
4   "summary": "A Wrap for UISearchController makes all customization super easy.",
5   "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.",
6   "homepage": "https://github.com/JunsW/SKSearchController",
7   "screenshots": "https://github.com/JunsW/SKSearchController/blob/master/Assets/Demo.gif?raw=true",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "JunsW": "wjunshuo@qq.com"
14   },
15   "source": {
16     "git": "https://github.com/JunsW/SKSearchController.git",
17     "tag": "1.0.1"
18   },
19   "source_files": "Source/*.swift",
20   "platforms": {
21     "ios": "8.0"
22   },
23   "pod_target_xcconfig": {
24     "SWIFT_VERSION": "4.0"
25   },
26   "requires_arc": true,
27   "frameworks": "UIKit",
28   "swift_version": "4.0"