blob: 5cf6a4d95456843fe699da08806a0e62b1fc3c73 [file] [log] [blame]
{
"name": "HighlightedSearch",
"version": "0.1.0",
"summary": "Support keyword search highlighting, WeChat effect basically, added polyphonic",
"description": "support complateSpelling search, firstLetter search, Chinese characters search, multi-syllable words",
"homepage": "https://github.com/PengfeiWang666/HighlightedSearch",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"WangPengfei": "wpf_silence@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/PengfeiWang666/HighlightedSearch.git",
"tag": "0.1.0"
},
"source_files": "HighlightedSearch/Classes/*.{h,m}",
"resource_bundles": {
"HighlightedSearch": [
"HighlightedSearch/Assets/*.txt"
]
},
"frameworks": "Foundation",
"libraries": "objc"
}