[Add] ZCShareSDK 0.0.12
[CocoaPods.git] / Specs / e / 4 / 6 / SYSearchBar / 0.1.0 / SYSearchBar.podspec.json
blobd4921efcb094baa58f610ef62fe6628036ae1aed
2   "name": "SYSearchBar",
3   "version": "0.1.0",
4   "summary": "SSYSearchBar is just an AirBnb-like search bar.",
5   "description": "SSYSearchBar is just an AirBnb-like search bar, which implements its own UI logic instead of using the components of UIKit such as UISearchBar/UISearchController(iOS8+)/UISearchDisplayController(<iOS8).",
6   "homepage": "https://github.com/seanyue/SYSearchBar",
7   "license": "MIT",
8   "authors": {
9     "Yu Xulu(Sean Yue)": "tonyfish@qq.com"
10   },
11   "source": {
12     "git": "https://github.com/seanyue/SYSearchBar.git",
13     "tag": "0.1.0"
14   },
15   "social_media_url": "http://weibo.com/sean2you",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "resources": "Pod/Assets/**/*",
22   "public_header_files": "Pod/Classes/*.h",
23   "private_header_files": "Pod/Classes/Private/*.h"