Skip to content

Commit

Permalink
Update LTUpdate 0.0.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
lexrus committed Mar 2, 2013
1 parent c881a13 commit c4233da
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions LTUpdate/0.0.2/LTUpdate.podspec
@@ -0,0 +1,16 @@
Pod::Spec.new do |s|
s.name = "LTUpdate"
s.version = "0.0.2"
s.summary = "LeT'sUpdate to the new version available in the AppStore."
s.homepage = "https://github.com/lexrus/LTUpdate"

s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { "Lex Tang" => "lexrus@gmail.com" }
s.source = { :git => "https://github.com/lexrus/LTUpdate.git", :tag => "0.0.2" }

s.platform = :ios
s.source_files = 'LTUpdate/*.{h,m}'
s.resources = "LTUpdate/LTI18N/**"

s.requires_arc = true
end

0 comments on commit c4233da

Please sign in to comment.