Skip to content

Commit

Permalink
Update podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Guo committed Mar 19, 2014
1 parent f6aa9d2 commit 1340d62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BZGFormViewController.podspec
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Pod::Spec.new do |s|
s.name = 'BZGFormViewController'
s.version = '1.1.0'
s.version = '2.0'
s.license = 'MIT'
s.summary = 'A library for creating dynamic forms.'
s.homepage = 'https://github.com/benzguo/BZGFormViewController'
s.author = { 'Ben Guo' => '[email protected]' }
s.source = {
:git => 'https://github.com/benzguo/BZGFormViewController.git',
:tag => '1.1.0'
:tag => 'v2.0'
}
s.dependency 'ReactiveCocoa', '~>2.2.4'
s.dependency 'libextobjc', '~>0.4'
Expand Down

0 comments on commit 1340d62

Please sign in to comment.