Cut a point fix

This commit is contained in:
keefertaylor 2019-04-27 00:24:35 +02:00
parent 99f50bea03
commit a625637359
2 changed files with 4 additions and 4 deletions

View File

@ -14,7 +14,7 @@ before_deploy:
- travis_wait 120 carthage build --no-skip-current --platform iOS --cache-builds
- carthage archive $FRAMEWORK_NAME
after_deploy:
- pod trunk push --skip-import-validation --skip-tests --allow-warnings
- travis_wait 120 pod trunk push --skip-import-validation --skip-tests --allow-warnings
script:
- set -o pipefail && xcodebuild test -scheme MnemonicKit -destination 'platform=iOS
Simulator,name=iPhone XS,OS=12.2' ONLY_ACTIVE_ARCH=YES | xcpretty

View File

@ -1,6 +1,6 @@
Pod::Spec.new do |s|
Pod::Spec.new do |s|
s.name = "MnemonicKit"
s.version = "1.3.6"
s.version = "1.3.7"
s.summary = "MnemonicKit provides a Swift implementation of BIP39"
s.description = <<-DESC
MnemonicKit provides a Swift implementation of BIP39.
@ -11,7 +11,7 @@ Pod::Spec.new do |s|
s.homepage = "https://github.com/keefertaylor/MnemonicKit"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "Keefer Taylor" => "keefer@keefertaylor.com" }
s.source = { :git => "https://github.com/keefertaylor/MnemonicKit.git", :tag => "1.3.6" }
s.source = { :git => "https://github.com/keefertaylor/MnemonicKit.git", :tag => "1.3.7" }
s.source_files = "MnemonicKit/**/*.swift",
s.swift_version = "4.2"
s.ios.deployment_target = "8.0"