Skip to content

Commit

Permalink
Bumping the version up to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tid-kijyun committed Sep 12, 2015
1 parent 1b37c14 commit 4180575
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 18 deletions.
2 changes: 1 addition & 1 deletion Kanna.podspec
Original file line number Diff line number Diff line change
@@ -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'
Expand Down
37 changes: 20 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand All @@ -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
Expand All @@ -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:
=================

Expand Down

0 comments on commit 4180575

Please sign in to comment.