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

0.9.5 release

This commit is contained in:
Yuri Strot 2019-04-04 15:47:08 +07:00
parent 428dcde7c4
commit 67a1fa7a14
4 changed files with 7 additions and 21 deletions

View File

@ -1 +1 @@
4.2 5.0

View File

@ -8,19 +8,10 @@
Pod::Spec.new do |s| Pod::Spec.new do |s|
s.name = "Macaw" s.name = "Macaw"
s.version = "0.9.4" s.version = "0.9.5"
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."
# This description is used to generate tags and improve search results.
# * Think: What does it do? Why did you write it? What is the focus?
# * Try to keep it short, snappy and to the point.
# * Write the description between the DESC delimiters below.
# * Finally, don't worry about the indent, CocoaPods strips it!
# s.description = <<-DESC
# DESC
s.homepage = 'https://github.com/exyte/Macaw.git' s.homepage = 'https://github.com/exyte/Macaw.git'
# s.screenshots = "www.example.com/screenshots_1", "www.example.com/screenshots_2"
s.license = 'MIT' s.license = 'MIT'
s.author = { 'Exyte' => 'info@exyte.com' } s.author = { 'Exyte' => 'info@exyte.com' }
s.source = { :git => 'https://github.com/exyte/Macaw.git', :tag => s.version.to_s } s.source = { :git => 'https://github.com/exyte/Macaw.git', :tag => s.version.to_s }
@ -34,11 +25,6 @@ Pod::Spec.new do |s|
s.source_files = [ s.source_files = [
'Source/**/*.swift' 'Source/**/*.swift'
] ]
# s.resource_bundles = {
# 'Macaw' => ['Pod/Assets/*.png']
# }
# s.public_header_files = 'Pod/Classes/**/*.h' s.dependency 'SWXMLHash'
# s.frameworks = 'UIKit', 'MapKit'
s.dependency 'SWXMLHash'
end end

View File

@ -80,13 +80,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.4" pod "Macaw", "0.9.5"
``` ```
## [Carthage](http://github.com/Carthage/Carthage) ## [Carthage](http://github.com/Carthage/Carthage)
```ogdl ```ogdl
github "Exyte/Macaw" ~> 0.9.4 github "Exyte/Macaw" ~> 0.9.5
``` ```
## Building from sources ## Building from sources

View File

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