blob: d6a5ffd01ebdb595f688a7658faa48cc3b508dc0 [file] [log] [blame]
{
"name": "SearchController",
"version": "0.1.0",
"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.0"
},
"platforms": {
"ios": "10.0"
},
"source_files": "SearchController/Classes/**/*",
"requires_arc": true,
"frameworks": [
"UIKit",
"Foundation"
]
}