Skip to content

Commit 06f1432

Browse files
authored
Merge pull request #288 from CodaFi/up-var
Bump podspec to 0.12.0
2 parents 077c096 + ee00f18 commit 06f1432

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ matrix:
1212
- ./compile.sh
1313
- popd
1414
script:
15-
# FIXME: Re-enable when pods 1.6.0 is out of beta
16-
# - pod lib lint
15+
- pod lib lint
1716
- carthage build --no-skip-current
1817
- os: osx
1918
language: objective-c

SwiftCheck.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "SwiftCheck"
3-
s.version = "0.11.0"
3+
s.version = "0.12.0"
44
s.summary = "QuickCheck for Swift."
55
s.homepage = "https://github.com/typelift/SwiftCheck"
66
s.license = { :type => "MIT", :text => <<-LICENSE

0 commit comments

Comments
 (0)