Skip to content

Commit

Permalink
Merge pull request #10 from Wzxhaha/dev
Browse files Browse the repository at this point in the history
Update README: change version
  • Loading branch information
wzxha authored Mar 26, 2017
2 parents 95f43cb + 175d013 commit 83eac39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Package.swift
let package = Package(
name: "XXX",
dependencies: [
.Package(url: "https://github.com/Wzxhaha/Viscosity", "1.4")
.Package(url: "https://github.com/Wzxhaha/Viscosity", majorVersion: 2)
]
)
```
Expand All @@ -85,7 +85,7 @@ To integrate Viscosity into your Xcode project using CocoaPods, specify it in yo
target '<Your Target Name>' do
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!
pod 'Viscosity', '~> 1.4'
pod 'Viscosity', '~> 2.0'

end
```
Expand Down

0 comments on commit 83eac39

Please sign in to comment.