blob: d4921efcb094baa58f610ef62fe6628036ae1aed [file] [log] [blame]
{
"name": "SYSearchBar",
"version": "0.1.0",
"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.0"
},
"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"
}