Skip to content

Commit

Permalink
Create pod spec for submission to cocoa pods spec repository.
Browse files Browse the repository at this point in the history
  • Loading branch information
James Van Metre committed Apr 2, 2013
1 parent 1543f3f commit 910d828
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ELCTextFieldCell.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'ELCTextFieldCell'
s.version = '0.0.1'
s.version = '0.1.0'
s.summary = 'A UITableViewCell subclass useful for forms.'
s.homepage = 'https://github.com/elc/ELCTextFieldCell'
s.license = {
Expand All @@ -9,7 +9,7 @@ Pod::Spec.new do |s|
}
s.author = {'ELC Technologies' => 'http://elctech.com'}
s.source = {:git => 'https://github.com/elc/ELCTextFieldCell.git',
:tag => '0.0.1'
:tag => '0.1.0'
}
s.platform = :ios, '5.0'
s.source_files = 'Classes/ELCTextFieldCell.{h,m}'
Expand Down

0 comments on commit 910d828

Please sign in to comment.