From c4233da08358299caddc15d6fead63891185b7e6 Mon Sep 17 00:00:00 2001 From: Lex Tang Date: Sat, 2 Mar 2013 23:23:07 +0800 Subject: [PATCH] Update LTUpdate 0.0.2. --- LTUpdate/0.0.2/LTUpdate.podspec | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 LTUpdate/0.0.2/LTUpdate.podspec diff --git a/LTUpdate/0.0.2/LTUpdate.podspec b/LTUpdate/0.0.2/LTUpdate.podspec new file mode 100644 index 00000000000000..57a9e0b9ab98be --- /dev/null +++ b/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