Skip to content

Commit 9d9b097

Browse files
authored
Merge pull request #23 from cats-oss/update-v0.4.0
Update v0.4.0
2 parents 5e052a9 + e4e62da commit 9d9b097

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
language: objective-c
2-
osx_image: xcode10
2+
osx_image: xcode10.2
33
xcode_workspace: Demo/SicaDemo.xcworkspace
44
xcode_scheme: Sica-iOS
55
xcode_sdk: iphonesimulator

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<p align="center">
77
<img src="http://img.shields.io/badge/platform-iOS | tvOS | macOS-blue.svg?style=flat" alt="Platform" />
88
<a href="https://developer.apple.com/swift">
9-
<img src="http://img.shields.io/badge/Swift-4.1%20|%204.2-brightgreen.svg?style=flat" alt="Language">
9+
<img src="http://img.shields.io/badge/Swift-4.1%20|%204.2|%205.0-brightgreen.svg?style=flat" alt="Language">
1010
</a>
1111
<a href="https://github.com/Carthage/Carthage">
1212
<img src="https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat" alt="Carthage" />
@@ -64,7 +64,7 @@ pod 'Sica'
6464
Sica is available through `SwiftPM`, create ` Package.swift` and add `dependencies` value
6565
```Package.swift
6666
dependencies: [
67-
.package(url: "https://github.com/cats-oss/Sica.git", from: "0.3.4")
67+
.package(url: "https://github.com/cats-oss/Sica.git", from: "0.4.0")
6868
]
6969
```
7070
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)

Sica.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = "Sica"
11-
s.version = "0.3.4"
11+
s.version = "0.4.0"
1212
s.summary = "Sica can execute various animations sequentially or parallely"
1313
s.homepage = "https://github.com/cats-oss/Sica"
1414
s.license = { :type => "MIT", :file => "LICENSE" }
@@ -18,5 +18,5 @@ Pod::Spec.new do |s|
1818
s.osx.deployment_target = "10.11"
1919
s.source = { :git => "https://github.com/cats-oss/Sica.git", :tag => "#{s.version}" }
2020
s.source_files = "Sica/**/*.{swift}"
21-
s.swift_version = '4.2'
21+
s.swift_version = '5.0'
2222
end

0 commit comments

Comments
 (0)