diff --git a/TableViewKit/0.9.0/TableViewKit.podspec b/TableViewKit/0.9.0/TableViewKit.podspec deleted file mode 100644 index 8630e66..0000000 --- a/TableViewKit/0.9.0/TableViewKit.podspec +++ /dev/null @@ -1,13 +0,0 @@ -Pod::Spec.new do |s| - s.name = "TableViewKit" - s.version = "0.9.0" - s.summary = "Empowering UITableView with painless multi-type cell support and build-in automatic state transition animations" - s.homepage = "http://www.edreamsodigeo.com/" - s.license = "MIT" - s.author = "TableViewKit Contributors" - s.ios.deployment_target = "8.0" - s.source = { :git => 'https://github.com/odigeoteam/TableViewKit.git', :tag => "v#{s.version}" } - s.source_files = "TableViewKit/**/*.swift" - s.framework = "UIKit", "Foundation" - s.requires_arc = true -end