blob: 7cbb560f74fbe7db593610c63677e3665e1a788d [file] [log] [blame]
{
"name": "SearchController",
"version": "0.1.5",
"summary": "自定义搜索控制器",
"description": "TODO: 模仿系统的自定义搜索控制器实现",
"homepage": "https://github.com/swordjoy/SearchController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"swordjoy": "swordjooy@gmail.com"
},
"source": {
"git": "https://github.com/swordjoy/SearchController.git",
"tag": "0.1.5"
},
"platforms": {
"ios": "10.0"
},
"source_files": "SearchController/Classes/**/*",
"requires_arc": true,
"frameworks": [
"UIKit",
"Foundation"
]
}