Skip to content

Commit

Permalink
Merge pull request #706 from kiwi-bdd/ec-release-3.0.0
Browse files Browse the repository at this point in the history
Bumps version to 3.0.0
  • Loading branch information
ecaselles committed Jan 12, 2018
2 parents 5ac524b + 1358655 commit 4e42994
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions Kiwi.podspec
@@ -1,19 +1,20 @@
Pod::Spec.new do |s|

s.name = 'Kiwi'
s.version = '2.4.0'
s.version = '3.0.0'
s.summary = 'A Behavior Driven Development library for iOS and OS X.'
s.homepage = 'https://github.com/kiwi-bdd/Kiwi'
s.source = { :git => 'https://github.com/kiwi-bdd/Kiwi.git', :tag => "v#{s.version}" }
s.license = { :type => 'MIT', :file => 'License.txt' }

s.authors = {
'Allen Ding' => 'alding@gmail.com',
'Luke Redpath' => 'luke@lukeredpath.co.uk',
'Marin Usalj' => 'marin2211@gmail.com',
'Stepan Hruda' => 'stepan.hruda@gmail.com',
'Brian Gesiak' => 'modocache@gmail.com',
'Adam Sharp' => 'adsharp@me.com',
'Allen Ding' => 'alding@gmail.com',
'Luke Redpath' => 'luke@lukeredpath.co.uk',
'Marin Usalj' => 'marin2211@gmail.com',
'Stepan Hruda' => 'stepan.hruda@gmail.com',
'Brian Gesiak' => 'modocache@gmail.com',
'Adam Sharp' => 'adsharp@me.com',
'Eduardo Caselles' => 'edu@casell.es'
}

s.ios.deployment_target = '8.0'
Expand Down

0 comments on commit 4e42994

Please sign in to comment.