Skip to content

Commit

Permalink
[Update] ADBIndexedTableView (1.1.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
albertodebortoli committed May 5, 2013
1 parent 7377af6 commit 2b0fbdb
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions ADBIndexedTableView/1.1.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.1.0'
s.platform = :ios, '5.0'
s.summary = 'Indexed UITableView using first letter objects property.'
s.description = 'ADBIndexedTableView uses 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.1.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 2b0fbdb

Please sign in to comment.