We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 077c096 + ee00f18 commit 06f1432Copy full SHA for 06f1432
.travis.yml
@@ -12,8 +12,7 @@ matrix:
12
- ./compile.sh
13
- popd
14
script:
15
-# FIXME: Re-enable when pods 1.6.0 is out of beta
16
-# - pod lib lint
+ - pod lib lint
17
- carthage build --no-skip-current
18
- os: osx
19
language: objective-c
SwiftCheck.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = "SwiftCheck"
3
- s.version = "0.11.0"
+ s.version = "0.12.0"
4
s.summary = "QuickCheck for Swift."
5
s.homepage = "https://github.com/typelift/SwiftCheck"
6
s.license = { :type => "MIT", :text => <<-LICENSE
0 commit comments