1
1
mirror of https://github.com/exyte/Macaw.git synced 2024-09-11 05:05:23 +03:00

Merge tag '0.9.6'

This commit is contained in:
Yuri Strot 2020-04-10 20:56:42 +07:00
commit b3b8f321bf
4 changed files with 7 additions and 7 deletions

View File

@ -1 +1 @@
5.0
5.2

View File

@ -8,7 +8,7 @@
Pod::Spec.new do |s|
s.name = "Macaw"
s.version = "0.9.5"
s.version = "0.9.6"
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.0"
s.swift_version = "5.2"
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.5"
pod "Macaw", "0.9.6"
```
## [Carthage](http://github.com/Carthage/Carthage)
```ogdl
github "Exyte/Macaw" ~> 0.9.5
github "Exyte/Macaw" ~> 0.9.6
```
## Building from sources

View File

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