Skip to content

Commit

Permalink
Add ADBIndexedTableView spec
Browse files Browse the repository at this point in the history
  • Loading branch information
albertodebortoli committed Nov 28, 2012
1 parent 3400ee5 commit 2fef1ed
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions ADBIndexedTableView/1.0.0/ADBIndexedTableView.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Pod::Spec.new do |s|
s.name = 'ADBIndexedTableView'
s.version = '1.0.0'
s.platform = :ios, '5.0'
s.summary = 'Indexed UITableView using first letter objects property.'
s.description = 'ADBIndexedTableView uses Objective-C runtime, introspection and message forwarding.'
s.homepage = 'https://github.com/albertodebortoli/ADBIndexedTableView'
s.author = { 'Alberto De Bortoli' => '[email protected]' }
s.source = { :git => 'https://github.com/albertodebortoli/ADBIndexedTableView.git', :tag => '1.0.0' }
s.license = { :type => 'New BSD License', :file => 'LICENSE.markdown' }
s.source_files = 'ADBIndexedTableView/*.{h,m}'
s.requires_arc = true
end

0 comments on commit 2fef1ed

Please sign in to comment.