From 1adcdfe7a52baff7c35c294a3d8b736e9825ee5e Mon Sep 17 00:00:00 2001 From: funzin Date: Wed, 17 Apr 2019 22:23:09 +0900 Subject: [PATCH 1/3] Update version --- Sica.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Sica.podspec b/Sica.podspec index 27b6648..415e25c 100644 --- a/Sica.podspec +++ b/Sica.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = "Sica" - s.version = "0.3.4" + s.version = "0.4.0" s.summary = "Sica can execute various animations sequentially or parallely" s.homepage = "https://github.com/cats-oss/Sica" s.license = { :type => "MIT", :file => "LICENSE" } @@ -18,5 +18,5 @@ Pod::Spec.new do |s| s.osx.deployment_target = "10.11" s.source = { :git => "https://github.com/cats-oss/Sica.git", :tag => "#{s.version}" } s.source_files = "Sica/**/*.{swift}" - s.swift_version = '4.2' + s.swift_version = '5.0' end From 745000acb325414c5769f2271d14678538e90a1d Mon Sep 17 00:00:00 2001 From: funzin Date: Wed, 17 Apr 2019 22:26:27 +0900 Subject: [PATCH 2/3] Update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 486808a..7ad3331 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@

Platform - Language + Language Carthage @@ -64,7 +64,7 @@ pod 'Sica' Sica is available through `SwiftPM`, create ` Package.swift` and add `dependencies` value ```Package.swift dependencies: [ - .package(url: "https://github.com/cats-oss/Sica.git", from: "0.3.4") + .package(url: "https://github.com/cats-oss/Sica.git", from: "0.4.0") ] ``` See also: [GitHub - j-channings/swift-package-manager-ios: Example of how to use SPM v4 to manage iOS dependencies](https://github.com/j-channings/swift-package-manager-ios) From e4e62da7e6625305ff48d34d5117d4056ed43bf7 Mon Sep 17 00:00:00 2001 From: funzin Date: Wed, 17 Apr 2019 22:33:44 +0900 Subject: [PATCH 3/3] Use xcode10.2 on travis ci --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 09f6a7c..b135803 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,5 @@ language: objective-c -osx_image: xcode10 +osx_image: xcode10.2 xcode_workspace: Demo/SicaDemo.xcworkspace xcode_scheme: Sica-iOS xcode_sdk: iphonesimulator