-
Notifications
You must be signed in to change notification settings - Fork 512
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #706 from kiwi-bdd/ec-release-3.0.0
Bumps version to 3.0.0
- Loading branch information
Showing
1 changed file
with
8 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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' => '[email protected]', | ||
'Luke Redpath' => '[email protected]', | ||
'Marin Usalj' => '[email protected]', | ||
'Stepan Hruda' => '[email protected]', | ||
'Brian Gesiak' => '[email protected]', | ||
'Adam Sharp' => '[email protected]', | ||
'Allen Ding' => '[email protected]', | ||
'Luke Redpath' => '[email protected]', | ||
'Marin Usalj' => '[email protected]', | ||
'Stepan Hruda' => '[email protected]', | ||
'Brian Gesiak' => '[email protected]', | ||
'Adam Sharp' => '[email protected]', | ||
'Eduardo Caselles' => '[email protected]' | ||
} | ||
|
||
s.ios.deployment_target = '8.0' | ||
|