From 67a1fa7a146e7372ca8b38c6dc61c063b4871e94 Mon Sep 17 00:00:00 2001 From: Yuri Strot Date: Thu, 4 Apr 2019 15:47:08 +0700 Subject: [PATCH] 0.9.5 release --- .swift-version | 2 +- Macaw.podspec | 18 ++---------------- README.md | 4 ++-- README_zh.md | 4 ++-- 4 files changed, 7 insertions(+), 21 deletions(-) diff --git a/.swift-version b/.swift-version index bf77d549..819e07a2 100644 --- a/.swift-version +++ b/.swift-version @@ -1 +1 @@ -4.2 +5.0 diff --git a/Macaw.podspec b/Macaw.podspec index 0f9d2083..5e0bc7eb 100644 --- a/Macaw.podspec +++ b/Macaw.podspec @@ -8,19 +8,10 @@ Pod::Spec.new do |s| 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." -# 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.screenshots = "www.example.com/screenshots_1", "www.example.com/screenshots_2" s.license = 'MIT' s.author = { 'Exyte' => 'info@exyte.com' } 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 = [ 'Source/**/*.swift' ] - # s.resource_bundles = { - # 'Macaw' => ['Pod/Assets/*.png'] - # } - # s.public_header_files = 'Pod/Classes/**/*.h' - # s.frameworks = 'UIKit', 'MapKit' - s.dependency 'SWXMLHash' + s.dependency 'SWXMLHash' end diff --git a/README.md b/README.md index f0096f29..46e63490 100644 --- a/README.md +++ b/README.md @@ -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: ```ruby -pod "Macaw", "0.9.4" +pod "Macaw", "0.9.5" ``` ## [Carthage](http://github.com/Carthage/Carthage) ```ogdl -github "Exyte/Macaw" ~> 0.9.4 +github "Exyte/Macaw" ~> 0.9.5 ``` ## Building from sources diff --git a/README_zh.md b/README_zh.md index fe10666b..310e3537 100644 --- a/README_zh.md +++ b/README_zh.md @@ -80,13 +80,13 @@ class MyView: MacawView { 要安装,把以下句子加到你的Podfile中: ```ruby -pod "Macaw", "0.9.3" +pod "Macaw", "0.9.5" ``` ## [Carthage](http://github.com/Carthage/Carthage) ```ogdl -github "Exyte/Macaw" ~> 0.9.3 +github "Exyte/Macaw" ~> 0.9.5 ``` ## 从原始檔建立