diff --git a/Kiwi.podspec b/Kiwi.podspec index 7dd7d6c0..39a1c979 100644 --- a/Kiwi.podspec +++ b/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'