forked from CocoaPods/Specs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Update] ADBIndexedTableView (1.1.0)
- Loading branch information
1 parent
7377af6
commit 2b0fbdb
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |