forked from kimziv/PinYin4Objc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
PinYin4Objc.podspec
17 lines (17 loc) · 950 Bytes
/
PinYin4Objc.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Pod::Spec.new do |s|
s.name = "PinYin4Objc"
s.version = "1.1.0"
s.summary = "PinYin4Objc."
s.description = <<-DESC
PinYin4Objc is a popular objective-c library supporting convertion between Chinese(both Simplified and Tranditional) characters and most popular Pinyin systems, it's performance is very efficient, data cached at first time. The output format of pinyin could be customized.
DESC
s.homepage = "https://github.com/kimziv/PinYin4Objc"
s.screenshots = "https://github.com/kimziv/PinYin4Objc/blob/master/ScreenShot.PNG"
s.license = {:type => 'Apache',:file => 'LICENSE'}
s.author = { "kimziv" => "[email protected]" }
s.platform = :ios
s.source = { :git => 'https://github.com/kimziv/PinYin4Objc.git', :tag => '1.1.0'}
s.source_files = 'PinYin4Objc/Classes/*.{h,m}'
s.resources = "PinYin4Objc/Resources/*"
s.requires_arc = true
end