Skip to content

Commit

Permalink
updated alphabet table to have a real license file
Browse files Browse the repository at this point in the history
  • Loading branch information
bryce redd committed Jul 9, 2012
1 parent 16ca7a9 commit f98c814
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 59 deletions.
56 changes: 0 additions & 56 deletions AlphabetTable/.gitignore

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Pod::Spec.new do |s|
s.name = 'AlphabetTable'
s.version = '0.0.1'
s.version = '0.0.2'
s.license = 'MIT'
s.summary = 'A UITableView subclass which automatically sorts your data elements into sections keyed by letter.'
s.homepage = 'https://github.com/idottv/AlphabetTable'
s.author = { 'Bryce Redd' => 'bryce@i.tv' }
s.source = { :git => 'https://github.com/idottv/AlphabetTable.git', :tag => '0.0.1' }
s.description = 'A UITableView subclass which automatically sorts your data elements into sections keyed by letter. Supports both custom data elements (which conform to a protocol) and CoreData elements.'
s.source = { :git => 'https://github.com/idottv/AlphabetTable.git', :tag => '0.0.2' }
s.description = 'A UITableView subclass which automatically sorts your data elements into sections keyed by letter. Supports both custom data elements (which conform to a protocol) and CoreData elements.'
s.platform = :ios
s.source_files = ''
s.requires_arc = true
Expand Down

0 comments on commit f98c814

Please sign in to comment.