File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11language : objective-c
2- osx_image : xcode10
2+ osx_image : xcode10.2
33xcode_workspace : Demo/SicaDemo.xcworkspace
44xcode_scheme : Sica-iOS
55xcode_sdk : iphonesimulator
Original file line number Diff line number Diff line change 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'
6464Sica is available through ` SwiftPM ` , create ` Package.swift ` and add ` dependencies ` value
6565``` Package.swift
6666dependencies: [
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```
7070See 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 )
Original file line number Diff line number Diff line change 88
99Pod ::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 '
2222end
You can’t perform that action at this time.
0 commit comments