Remove specs that were not in the old spec-repo fixture.
# Please enter the commit message for your changes. Lines starting
# with '#' will be ignored, and an empty message aborts the commit.
# On branch master
# Your branch is ahead of 'origin/master' by 2 commits.
#
# Changes to be committed:
#   (use "git reset HEAD <file>..." to unstage)
#
#	deleted:    AFNetworking/0.5.1/AFNetworking.podspec
#	deleted:    FormatterKit/0.6.0/FormatterKit.podspec
#	deleted:    Kiwi/1.0.0/Kiwi.podspec
#	deleted:    LRMocky/0.9.0/LRMocky.podspec
#	deleted:    LRResty/0.11.0/LRResty.podspec
#	deleted:    MGSplitViewController/1.0.0/MGSplitViewController.podspec
#	deleted:    Objection/0.8.7/Objection.podspec
#	deleted:    SBJson/3.0.4/SBJson.podspec
#	deleted:    SSKeychain/0.1.0/SSKeychain.podspec
#	deleted:    TTTAttributedLabel/0.10.0/TTTAttributedLabel.podspec
#
diff --git a/AFNetworking/0.5.1/AFNetworking.podspec b/AFNetworking/0.5.1/AFNetworking.podspec
deleted file mode 100644
index 8ad72fd..0000000
--- a/AFNetworking/0.5.1/AFNetworking.podspec
+++ /dev/null
@@ -1,14 +0,0 @@
-Pod::Spec.new do |s|
-  s.name     = 'AFNetworking'
-  s.version  = '0.5.1'
-  s.summary  = 'A delightful iOS networking library with NSOperations and block-based callbacks'
-  s.homepage = 'https://github.com/gowalla/AFNetworking'
-  s.author   = { 'Gowalla' => 'live@gowalla.com' }
-  s.source   = { :git => 'https://github.com/gowalla/AFNetworking.git', :tag => '0.5.1' }
-
-  s.source_files = 'AFNetworking'
-
-  s.xcconfig = { 'OTHER_LDFLAGS' => '-ObjC -all_load -l z' }
-
-  s.dependency 'JSONKit'
-end
diff --git a/FormatterKit/0.6.0/FormatterKit.podspec b/FormatterKit/0.6.0/FormatterKit.podspec
deleted file mode 100644
index 7811ca2..0000000
--- a/FormatterKit/0.6.0/FormatterKit.podspec
+++ /dev/null
@@ -1,14 +0,0 @@
-Pod::Spec.new do |s|
-  s.name     = 'FormatterKit'
-  s.version  = '0.6.0'
-  s.summary  = '`stringWithFormat:` for the sophisticated hacker set'
-  s.homepage = 'https://github.com/mattt/FormatterKit'
-  s.author   = { 'Mattt Thompson' => 'm@mattt.me' }
-  s.source   = { :git => 'https://github.com/mattt/FormatterKit.git', :tag => '0.6.0' }
-
-  s.description = "FormatterKit is a collection of well-crafted NSFormatter subclasses for things like hours of operation, distance, and relative time intervals. Each formatter abstracts away the complex business logic of their respective domain, so that you can focus on the more important aspects of your application."
-
-  s.source_files = 'TTTArrayFormatter/*.{h,m}', 'TTTHoursOfOperation/*.{h,m}',
-                   'TTTLocationFormatter/*.{h,m}', 'TTTOrdinalNumberFormatter/*.{h,m}',
-                   'TTTTimeIntervalFormatter/*.{h,m}', 'TTTURLRequestFormatter/*.{h,m}'
-end
diff --git a/Kiwi/1.0.0/Kiwi.podspec b/Kiwi/1.0.0/Kiwi.podspec
deleted file mode 100644
index 5081717..0000000
--- a/Kiwi/1.0.0/Kiwi.podspec
+++ /dev/null
@@ -1,11 +0,0 @@
-Pod::Spec.new do |s|
-  s.name         = 'Kiwi'
-  s.version      = '1.0.0'
-  s.summary      = 'A Behavior Driven Development library for iPhone and iPad development.'
-  s.homepage     = 'http://kiwi-lib.info'
-  s.authors      = { 'Allen Ding' => 'allen@allending.com', 'Luke Redpath' => 'luke@lukeredpath.co.uk' }
-  s.source       = { :git => 'https://github.com/allending/Kiwi.git', :tag => 'v1.0.0' }
-  s.source_files = 'Kiwi'
-  s.xcconfig     = { 'FRAMEWORK_SEARCH_PATHS' => '"$(SDKROOT)/Developer/Library/Frameworks"',
-                     'OTHER_LDFLAGS' => '-ObjC -all_load -framework SenTestingKit' }
-end
diff --git a/LRMocky/0.9.0/LRMocky.podspec b/LRMocky/0.9.0/LRMocky.podspec
deleted file mode 100644
index d4d5e52..0000000
--- a/LRMocky/0.9.0/LRMocky.podspec
+++ /dev/null
@@ -1,10 +0,0 @@
-Pod::Spec.new do
-  name         'LRMocky'
-  version      '0.9.0'
-  summary      'A mock object library for Objective C, inspired by JMock 2.0'
-  homepage     'http://github.com/lukeredpath/LRMocky'
-  authors      'Luke Redpath' => 'luke@lukeredpath.co.uk'
-  source       :git => 'https://github.com/lukeredpath/LRMocky.git', :tag => 'v0.9.0'
-  source_files 'Classes', 'Classes/LRMocky', 'Vendor'
-  xcconfig     'OTHER_LDFLAGS' => '-ObjC -all_load'
-end
diff --git a/LRResty/0.11.0/LRResty.podspec b/LRResty/0.11.0/LRResty.podspec
deleted file mode 100644
index b775f4c..0000000
--- a/LRResty/0.11.0/LRResty.podspec
+++ /dev/null
@@ -1,10 +0,0 @@
-Pod::Spec.new do
-  name         'LRResty'
-  version      '0.11.0'
-  summary      'Resty is a simple to use HTTP library for Cocoa and iOS apps, aimed at consuming RESTful web services and APIs.'
-  homepage     'http://projects.lukeredpath.co.uk/resty/'
-  authors      'Luke Redpath' => 'luke@lukeredpath.co.uk'
-  source       :git => 'https://github.com/lukeredpath/LRResty.git', :tag => 'v0.11.0'
-  source_files 'Classes', 'Classes/Categories'
-  xcconfig     'OTHER_LDFLAGS' => '-ObjC -all_load'
-end
diff --git a/MGSplitViewController/1.0.0/MGSplitViewController.podspec b/MGSplitViewController/1.0.0/MGSplitViewController.podspec
deleted file mode 100644
index 7b1b5d1..0000000
--- a/MGSplitViewController/1.0.0/MGSplitViewController.podspec
+++ /dev/null
@@ -1,14 +0,0 @@
-Pod::Spec.new do |s|
-  s.name     = 'MGSplitViewController'
-  s.version  = '1.0.0'
-  s.summary  = 'A flexible, advanced split-view controller for iPad developers.'
-  s.homepage = 'https://github.com/mattgemmell/MGSplitViewController'
-  s.author   = { 'Matt Gemmell' => 'matt@mattgemmell.com' }
-  s.source   = { :git           => 'https://github.com/mattgemmell/MGSplitViewController.git',
-                 :commit        => '580747fc57bdd5139de94fca25e8fe95e2dfd908',
-                 #:tag          => '1.0.0' }
-
-  s.source_files = 'Classes/MGSplit{ViewController,DividerView,CornersView}.*'
-
-  s.xcconfig = { 'OTHER_LDFLAGS' => '-ObjC' }
-end
diff --git a/Objection/0.8.7/Objection.podspec b/Objection/0.8.7/Objection.podspec
deleted file mode 100644
index b8a449f..0000000
--- a/Objection/0.8.7/Objection.podspec
+++ /dev/null
@@ -1,10 +0,0 @@
-Pod::Spec.new do |s|
-  s.name         = 'Objection'
-  s.version      = '0.8.7'
-  s.summary      = 'A lightweight dependency injection framework for Objective-C.'
-  s.author       = { 'Justin DeWind' => 'dewind@atomicobject.com' }
-  s.source       = { :git => 'https://github.com/atomicobject/objection.git', :tag => '0.8.7' }
-  s.xcconfig     = { 'OTHER_LDFLAGS' => '-ObjC -all_load' }
-  s.homepage     = 'http://www.objection-framework.org'
-  s.source_files = 'Source'
-end
diff --git a/SBJson/3.0.4/SBJson.podspec b/SBJson/3.0.4/SBJson.podspec
deleted file mode 100644
index 43a1c03..0000000
--- a/SBJson/3.0.4/SBJson.podspec
+++ /dev/null
@@ -1,12 +0,0 @@
-Pod::Spec.new do |s|
-  s.name     = 'SBJson'
-  s.version  = '3.0.4'
-  s.summary  = 'This library implements strict JSON parsing and generation in Objective-C.'
-  s.homepage = 'http://stig.github.com/json-framework/'
-  s.author   = { 'Stig Brautaset' => 'stig@brautaset.org' }
-  s.source   = { :git => 'https://github.com/stig/json-framework.git', :tag => 'v3.0.4' }
-
-  s.source_files = 'Classes'
-
-  s.xcconfig = { 'OTHER_LDFLAGS' => '-ObjC -all_load' }
-end
diff --git a/SSKeychain/0.1.0/SSKeychain.podspec b/SSKeychain/0.1.0/SSKeychain.podspec
deleted file mode 100644
index 5bcfb69..0000000
--- a/SSKeychain/0.1.0/SSKeychain.podspec
+++ /dev/null
@@ -1,10 +0,0 @@
-Pod::Spec.new do |s|
-  s.name         = 'SSKeychain'
-  s.version      = '0.1.0'
-  s.summary      = 'Simple Cocoa wrapper for the keychain that works on Mac and iOS'
-  s.homepage     = 'https://github.com/samsoffes/sskeychain'
-  s.author       = { 'Sam Soffes' => 'sam@samsoff.es' }
-  s.source       = { :git => 'https://github.com/samsoffes/sskeychain.git', :tag => '0.1.0' }
-  s.description  = "SSKeychain is a simple utility class for making the system keychain less sucky."
-  s.source_files = 'SSKeychain.*'
-end
diff --git a/TTTAttributedLabel/0.10.0/TTTAttributedLabel.podspec b/TTTAttributedLabel/0.10.0/TTTAttributedLabel.podspec
deleted file mode 100644
index f431f51..0000000
--- a/TTTAttributedLabel/0.10.0/TTTAttributedLabel.podspec
+++ /dev/null
@@ -1,18 +0,0 @@
-Pod::Spec.new do |s|
-  s.name     = 'TTTAttributedLabel'
-  s.version  = '0.10.0'
-  s.summary  = 'A drop-in replacement for UILabel that supports NSAttributedStrings'
-  s.homepage = 'https://github.com/mattt/TTTAttributedLabel'
-  s.author   = { 'Mattt Thompson' => 'm@mattt.me' }
-  s.source   = { :git => 'https://github.com/mattt/TTTAttributedLabel.git', :tag => '0.10.0' }
-
-  s.description = "TTTAttributedLabel is a drop-in replacement for UILabel that supports NSAttributedStrings. " \
-                  "NSAttributedString is pretty rad. When it was ported into iOS 4 from Mac OS, iPhone developers " \
-                  "everywhere rejoiced. Unfortunately, as of iOS 4 none of the standard controls in UIKit support it. " \
-                  "Bummer. TTTAttributedLabel was created to be a drop-in replacement for UILabel, that provided a " \
-                  "simple API to styling text with NSAttributedString while remaining performant. As a bonus, it also " \
-                  "supports link embedding, both automatically with UIDataDetectorTypes and manually by specifying a " \
-                  "range for a URL, address, phone number, or event."
-
-  s.source_files = 'TTTAttributedLabel.{h,m}'
-end
