Skip to content

Commit

Permalink
Adding podspec for NCChineseConverter 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nickcheng committed Mar 5, 2013
1 parent 0915dea commit 3481f56
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions NCChineseConverter/1.0.1/NCChineseConverter.podspec
@@ -0,0 +1,14 @@
Pod::Spec.new do |s|
s.name = "NCChineseConverter"
s.version = "1.0.1"
s.summary = "NCChineseConverter is an Objective-C based chinese coverter for converting between Hans and Hant."
s.homepage = "https://github.com/nickcheng/NCChineseConverter"
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { "nickcheng" => "n@nickcheng.com" }
s.source = { :git => "https://github.com/nickcheng/NCChineseConverter.git", :tag => "1.0.1" }
s.platform = :ios, '5.0'
s.source_files = 'NCChineseConverter/*.{h,m}'
s.public_header_files = 'NCChineseConverter/*.h'
s.resources = "Example/Resources/*.txt"
s.requires_arc = true
end

0 comments on commit 3481f56

Please sign in to comment.