blob: d7294d26ac6991b89dd6cc79f5e6b5de4b745531 [file] [log] [blame]
{
"name": "SYSearchBar",
"version": "0.1.1",
"summary": "SSYSearchBar is just an AirBnb-like search bar.",
"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).",
"homepage": "https://github.com/seanyue/SYSearchBar",
"license": "MIT",
"authors": {
"Yu Xulu(Sean Yue)": "tonyfish@qq.com"
},
"source": {
"git": "https://github.com/seanyue/SYSearchBar.git",
"tag": "0.1.1"
},
"social_media_url": "http://weibo.com/sean2you",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resources": "Pod/Assets/**/*",
"public_header_files": "Pod/Classes/*.h",
"private_header_files": "Pod/Classes/Private/*.h"
}