Skip to content

Commit

Permalink
added YTFPlaceholderTableView 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yetithefoot committed Oct 4, 2012
1 parent 2b3fc2e commit 29408e0
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions YTFPlaceholderTableView/0.2.1/YTFPlaceholderTableView.podspec
@@ -0,0 +1,15 @@
Pod::Spec.new do |s|
s.platform = :ios
s.name = 'YTFPlaceholderTableView'
s.version = '0.2.1'
s.license = 'MIT'
s.summary = 'UITableView with placeholder view.'
s.homepage = 'https://github.com/yetithefoot/YTFPlaceholderTableView'
s.authors = {'YetiTheFoot' => 'reg.yeti@gmail.com'}
s.source = { :git => 'https://github.com/yetithefoot/YTFPlaceholderTableView.git', :tag => '0.2.1'}
s.source_files = 'YTFPlaceholderTableView'
s.requires_arc = false

s.framework = 'UIKit', 'Foundation', 'QuartzCore'
s.prefix_header_contents = '#import <UIKit/UIKit.h>', '#import <Foundation/Foundation.h>', '#import <QuartzCore/QuartzCore.h>'
end

0 comments on commit 29408e0

Please sign in to comment.