From 4180575995fe1a579efea7e858bc38ed4c7de856 Mon Sep 17 00:00:00 2001 From: _tid_ Date: Sat, 12 Sep 2015 13:11:43 +0900 Subject: [PATCH] Bumping the version up to 1.0.0 --- Kanna.podspec | 2 +- README.md | 37 ++++++++++++++++++++----------------- 2 files changed, 21 insertions(+), 18 deletions(-) diff --git a/Kanna.podspec b/Kanna.podspec index d69f92a..51234e9 100644 --- a/Kanna.podspec +++ b/Kanna.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "Kanna" - s.version = "0.1.4" + s.version = "1.0.0" s.summary = "Kanna is an XML/HTML parser for iOS/Mac OS X." s.homepage = "https://github.com/tid-kijyun/Kanna" s.license = 'MIT' diff --git a/README.md b/README.md index fd8f746..1768fea 100644 --- a/README.md +++ b/README.md @@ -14,22 +14,8 @@ Features: Installation: ================= -### Swift1.2 -#####Cocoapods -Adding it to your `Podfile`: -``` -use_frameworks! -pod 'Kanna' -``` -#####Carthage -Adding it to your `Cartfile`: - -``` -github "tid-kijyun/Kanna" >= 0.1.0 -``` - -### Swift2 (Xcode-beta) +### Swift2 ``` $ sudo xcode-select -switch /Applications/Xcode-beta.app/Contents/Developer ``` @@ -38,14 +24,14 @@ $ sudo xcode-select -switch /Applications/Xcode-beta.app/Contents/Developer Adding it to your `Podfile`: ``` use_frameworks! -pod 'Kanna', :git => "https://github.com/tid-kijyun/Kanna.git", :branch => "feat/Swift2" +pod 'Kanna', '~> 1.0.0' ``` #####Carthage Adding it to your `Cartfile`: ``` -github "tid-kijyun/Kanna" "feat/Swift2" +github "tid-kijyun/Kanna" ~> 1.0.0 ``` #####Munually @@ -66,6 +52,23 @@ github "tid-kijyun/Kanna" "feat/Swift2" 1. In the project settings add `$(SDKROOT)/usr/include/libxml2` to the "header search paths" field 1. Add libxml2.dylib to "Link Binary With Libraries" + +### Swift1.2(deprecated) +#####Cocoapods +Adding it to your `Podfile`: +``` +use_frameworks! +pod 'Kanna', '~> 0.1.5' +``` + +#####Carthage +Adding it to your `Cartfile`: + +``` +github "tid-kijyun/Kanna" ~> 0.1.5 +``` + + Synopsis: =================