1
1
mirror of https://github.com/exyte/Macaw.git synced 2024-10-04 00:08:34 +03:00

0.9.7 release

This commit is contained in:
Yuri Strot 2020-07-30 15:58:37 +07:00
parent aa908389a9
commit 7cb4f58764
4 changed files with 7 additions and 7 deletions

View File

@ -1 +1 @@
5.2
5.3

View File

@ -8,7 +8,7 @@
Pod::Spec.new do |s|
s.name = "Macaw"
s.version = "0.9.6"
s.version = "0.9.7"
s.summary = "Powerful and easy-to-use vector graphics library with SVG support written in Swift."
s.homepage = 'https://github.com/exyte/Macaw.git'
@ -20,7 +20,7 @@ Pod::Spec.new do |s|
s.ios.deployment_target = "9.0"
s.osx.deployment_target = "10.12"
s.requires_arc = true
s.swift_version = "5.2"
s.swift_version = "5.3"
s.source_files = [
'Source/**/*.swift'

View File

@ -97,13 +97,13 @@ We're working hard to provide full documentation. Currently you can take a look
To install it, simply add the following line to your Podfile:
```ruby
pod "Macaw", "0.9.6"
pod "Macaw", "0.9.7"
```
## [Carthage](http://github.com/Carthage/Carthage)
```ogdl
github "Exyte/Macaw" ~> 0.9.6
github "Exyte/Macaw" ~> 0.9.7
```
## Building from sources

View File

@ -80,13 +80,13 @@ class MyView: MacawView {
要安装把以下句子加到你的Podfile中
```ruby
pod "Macaw", "0.9.6"
pod "Macaw", "0.9.7"
```
## [Carthage](http://github.com/Carthage/Carthage)
```ogdl
github "Exyte/Macaw" ~> 0.9.6
github "Exyte/Macaw" ~> 0.9.7
```
## 从原始檔建立