Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Debono committed Mar 24, 2014
1 parent 13a3e65 commit fdc1361
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ADFormViewController.podspec
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Pod::Spec.new do |s|
s.name = 'ADFormViewController'
s.version = '1.0.12'
s.version = '1.0.13'
s.license = 'MIT'
s.summary = 'Create easy table view forms for iOS'
s.homepage = 'https://github.com/adamdebono/ADFormViewController'
s.author = { 'Adam Debono' => 'adam@adebono.com' }
s.source = { :git => 'https://github.com/adamdebono/ADFormViewController', :tag => '1.0.12' }
s.source = { :git => 'https://github.com/adamdebono/ADFormViewController', :tag => '1.0.13' }
s.platform = :ios, '7.0'
s.source_files = ['ADFormViewController/*.h', 'ADFormViewController/*.m']
s.resource_bundles = { 'ADFormViewControllerResources' => ['ADFormViewController/Resources/images/*.png', 'ADFormViewController/Resources/xib/*.xib'] }
s.requires_arc = true
end
end

0 comments on commit fdc1361

Please sign in to comment.