1
1
mirror of https://github.com/exyte/Macaw.git synced 2024-09-17 16:07:44 +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| Pod::Spec.new do |s|
s.name = "Macaw" 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.summary = "Powerful and easy-to-use vector graphics library with SVG support written in Swift."
s.homepage = 'https://github.com/exyte/Macaw.git' s.homepage = 'https://github.com/exyte/Macaw.git'
@ -20,7 +20,7 @@ Pod::Spec.new do |s|
s.ios.deployment_target = "9.0" s.ios.deployment_target = "9.0"
s.osx.deployment_target = "10.12" s.osx.deployment_target = "10.12"
s.requires_arc = true s.requires_arc = true
s.swift_version = "5.0" s.swift_version = "5.2"
s.source_files = [ s.source_files = [
'Source/**/*.swift' '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: To install it, simply add the following line to your Podfile:
```ruby ```ruby
pod "Macaw", "0.9.5" pod "Macaw", "0.9.6"
``` ```
## [Carthage](http://github.com/Carthage/Carthage) ## [Carthage](http://github.com/Carthage/Carthage)
```ogdl ```ogdl
github "Exyte/Macaw" ~> 0.9.5 github "Exyte/Macaw" ~> 0.9.6
``` ```
## Building from sources ## Building from sources

View File

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