From a94ab36c477d31136e41514d81836cfb1a2e4f8d Mon Sep 17 00:00:00 2001 From: Adar Porat Date: Sun, 21 Oct 2012 18:00:52 -0400 Subject: [PATCH 1/2] three20lite 2.2.0 pod --- Three20Lite/2.2.0/Three20Lite.podspec | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Three20Lite/2.2.0/Three20Lite.podspec diff --git a/Three20Lite/2.2.0/Three20Lite.podspec b/Three20Lite/2.2.0/Three20Lite.podspec new file mode 100644 index 00000000..dceee2fb --- /dev/null +++ b/Three20Lite/2.2.0/Three20Lite.podspec @@ -0,0 +1,18 @@ +Pod::Spec.new do |s| + s.name = 'Three20Lite' + s.version = '2.1.0' + s.license = 'Apache License, Version 2.0' + s.summary = 'Lite edition of Three20, a collection of iPhone UI classes.' + s.description = 'Three20 is a collection of iPhone UI classes, like a photo viewer, and general utilities,' \ + 'like an HTTP disk cache. This is a lite edition of Three20, which contains some important' \ + 'changes compared to the original Three20 project. See project homepage for more details.' + s.homepage = 'https://github.com/aporat/three20lite' + s.author = { 'Joe Hewitt' => 'http://github.com/joehewitt' } + s.source = { :git => 'https://github.com/aporat/three20lite.git', :tag => '2.2.0' } + s.platform = :ios + s.source_files = 'src/*.{h,m}', 'src/{Core,Network,Navigator,UI,Style}/*.{h,m}' + s.resources = "src/Three20.bundle" + s.frameworks = 'QuartzCore' + + s.dependency 'SBJson' +end From aa415157a4483dabe19f9236a76dbd1168611406 Mon Sep 17 00:00:00 2001 From: Adar Porat Date: Sun, 21 Oct 2012 18:01:02 -0400 Subject: [PATCH 2/2] three20lite 2.2.0 pod --- Three20Lite/2.2.0/Three20Lite.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Three20Lite/2.2.0/Three20Lite.podspec b/Three20Lite/2.2.0/Three20Lite.podspec index dceee2fb..1b21fbf0 100644 --- a/Three20Lite/2.2.0/Three20Lite.podspec +++ b/Three20Lite/2.2.0/Three20Lite.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'Three20Lite' - s.version = '2.1.0' + s.version = '2.2.0' s.license = 'Apache License, Version 2.0' s.summary = 'Lite edition of Three20, a collection of iPhone UI classes.' s.description = 'Three20 is a collection of iPhone UI classes, like a photo viewer, and general utilities,' \