forked from kimziv/PinYin4Objc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
43 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Pod::Spec.new do |s| | ||
s.name = "PinYin4Objc" | ||
s.version = "1.0.2" | ||
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. | ||
|
@@ -10,7 +10,7 @@ Pod::Spec.new do |s| | |
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.0.2'} | ||
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters