-
Notifications
You must be signed in to change notification settings - Fork 39
Expand file tree
/
Copy pathHighlightedSearch.podspec
More file actions
22 lines (19 loc) · 1016 Bytes
/
Copy pathHighlightedSearch.podspec
File metadata and controls
22 lines (19 loc) · 1016 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Pod::Spec.new do |s|
s.name = "HighlightedSearch"
s.version = "0.1.0"
s.summary = "Support keyword search highlighting, WeChat effect basically, added polyphonic"
s.description = "support complateSpelling search, firstLetter search, Chinese characters search, multi-syllable words"
s.homepage = "https://github.com/PengfeiWang666/HighlightedSearch"
# s.screenshots = "https://github.com/PengfeiWang666/HighlightedSearch/blob/master/ReadMeImage/screenshots_1.gif"
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { "WangPengfei" => "wpf_silence@163.com" }
s.ios.deployment_target = "8.0"
s.source = { :git => "https://github.com/PengfeiWang666/HighlightedSearch.git", :tag => s.version }
s.source_files = "HighlightedSearch/Classes/*.{h,m}"
s.resource_bundles = {
'HighlightedSearch' => ['HighlightedSearch/Assets/*.txt']
}
# s.exclude_files = "Classes/Exclude"
s.framework = "Foundation"
s.library = "objc"
end