Skip to content

Commit edd0d5e

Browse files
authored
Merge pull request #18 from pisces/2.0.1
Update podspec, README
2 parents 1d485dc + e6287ef commit edd0d5e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

IrregularCollectionUIKit.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'IrregularCollectionUIKit'
11-
s.version = '2.0.0'
11+
s.version = '2.0.1'
1212
s.summary = 'Irregular Collection View Layout and Controller.'
1313

1414
# This description is used to generate tags and improve search results.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ $ brew install carthage
8585
To integrate Alamofire into your Xcode project using Carthage, specify it in your `Cartfile`:
8686

8787
```ogdl
88-
github "pisces/IrregularCollectionUIKit" ~> 2.0.0
88+
github "pisces/IrregularCollectionUIKit" ~> 2.0.1
8989
```
9090

9191
Run `carthage update` to build the framework and drag the built `IrregularCollectionUIKit.framework` into your Xcode project.

0 commit comments

Comments
 (0)