From 6cbfed9a070e1ce5742ccfd5ed96e0557f026002 Mon Sep 17 00:00:00 2001 From: Gordon Fontenot Date: Sat, 12 Jan 2013 22:49:13 -0500 Subject: [PATCH] [Update] BotKit (0.1.4) Versions 0.1.2 and 0.1.3 were broken, and those tags don't exist anymore, so I have removed those versions from the repo. --- BotKit/0.1.3/BotKit.podspec | 24 ------------------------ BotKit/{0.1.2 => 0.1.4}/BotKit.podspec | 6 +++--- 2 files changed, 3 insertions(+), 27 deletions(-) delete mode 100644 BotKit/0.1.3/BotKit.podspec rename BotKit/{0.1.2 => 0.1.4}/BotKit.podspec (88%) diff --git a/BotKit/0.1.3/BotKit.podspec b/BotKit/0.1.3/BotKit.podspec deleted file mode 100644 index 5405eb35..00000000 --- a/BotKit/0.1.3/BotKit.podspec +++ /dev/null @@ -1,24 +0,0 @@ -Pod::Spec.new do |s| - s.name = "BotKit" - s.version = "0.1.3" - s.summary = "BotKit is a Cocoa Touch static library for use in iOS projects." - s.homepage = "https://github.com/thoughtbot/BotKit" - - s.license = 'MIT' - s.authors = { "Mark Adams" => "mark@thoughtbot.com", "Gordon Fontenot" => "gordon@thoughtbot.com", "Diana Zmuda" => "diana@apprentice.io" } - s.source = { - :git => "https://github.com/thoughtbot/BotKit.git", - :tag => "0.1.3" - } - - s.platform = :ios, '5.0' - s.source_files = 'BotKit/*' - s.requires_arc = true - s.framework = 'CoreData' - - s.prefix_header_contents = <<-EOS - #import - #import -EOS - -end diff --git a/BotKit/0.1.2/BotKit.podspec b/BotKit/0.1.4/BotKit.podspec similarity index 88% rename from BotKit/0.1.2/BotKit.podspec rename to BotKit/0.1.4/BotKit.podspec index bb3c4925..f5519754 100644 --- a/BotKit/0.1.2/BotKit.podspec +++ b/BotKit/0.1.4/BotKit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "BotKit" - s.version = "0.1.2" + s.version = "0.1.4" s.summary = "BotKit is a Cocoa Touch static library for use in iOS projects." s.homepage = "https://github.com/thoughtbot/BotKit" @@ -8,11 +8,11 @@ Pod::Spec.new do |s| s.authors = { "Mark Adams" => "mark@thoughtbot.com", "Gordon Fontenot" => "gordon@thoughtbot.com", "Diana Zmuda" => "diana@apprentice.io" } s.source = { :git => "https://github.com/thoughtbot/BotKit.git", - :tag => "0.1.2" + :tag => "0.1.4" } s.platform = :ios, '5.0' - s.source_files = 'BotKit' + s.source_files = 'BotKit/**/*.{m,h}' s.requires_arc = true s.framework = 'CoreData'