Skip to content

Commit

Permalink
Update podspec and README tags
Browse files Browse the repository at this point in the history
  • Loading branch information
andre-alves committed Jun 14, 2020
1 parent 1ec2946 commit 1202bbe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion PHDiff.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Pod::Spec.new do |s|

s.name = "PHDiff"
s.version = "1.1.1"
s.version = "1.2.0"
s.summary = "Lightning fast array diff implementation, works great with UITableView/UICollectionView updates."

# This description is used to generate tags and improve search results.
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ To integrate PHDiff into your Xcode project using CocoaPods, specify it in your
use_frameworks!

target '<Your Target Name>' do
pod 'PHDiff', '~> 1.1'
pod 'PHDiff', '~> 1.2'
end
```

Expand All @@ -37,7 +37,7 @@ end
To integrate PHDiff into your Xcode project using Carthage, specify it in your `Cartfile`:

```ogdl
github "andre-alves/PHDiff" ~> 1.1
github "andre-alves/PHDiff" ~> 1.2
```

Run `carthage update` to build the framework and drag the built `PHDiff.framework` into your Xcode project.
Expand All @@ -51,7 +51,7 @@ Once you have your Swift package set up, adding PHDiff as a dependency is as eas

```swift
dependencies: [
.package(url: "https://github.com/andre-alves/PHDiff.git", .upToNextMajor(from: "1.1.0"))
.package(url: "https://github.com/andre-alves/PHDiff.git", .upToNextMajor(from: "1.2.0"))
]
```

Expand Down

0 comments on commit 1202bbe

Please sign in to comment.