Skip to content

Commit

Permalink
tag as 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiar committed Mar 14, 2019
1 parent 7e8ea30 commit 45b1494
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PODS:
- MBProgressHUD (1.1.0)
- MJRefresh (3.1.15.7)
- SegementSlide (2.0-beta-16)
- SegementSlide (2.0)
- SnapKit (4.2.0)

DEPENDENCIES:
Expand All @@ -23,7 +23,7 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS:
MBProgressHUD: e7baa36a220447d8aeb12769bf0585582f3866d9
MJRefresh: 697f8ec75ebdbe9207767bb682cf0f51b0d8a41f
SegementSlide: c54fe35a008ca9eeab990ee0a57b9ac80aef8cb1
SegementSlide: aa376424a196e11846cb2f58428e10648849d1ac
SnapKit: fe8a619752f3f27075cc9a90244d75c6c3f27e2a

PODFILE CHECKSUM: 5f238afc943014d26abc84d7385bd9a4e9a3228c
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ platform :ios, '9.0'
use_frameworks!

target '<Your Target Name>' do
pod 'SegementSlide', '2.0-beta-16'
pod 'SegementSlide', '2.0'
end
```

Expand All @@ -91,7 +91,7 @@ To integrate SegementSlide into your Xcode project using Carthage
1. specify it in your `Cartfile`:

```ogdl
github "Jiar/SegementSlide" "2.0-beta-16"
github "Jiar/SegementSlide" "2.0"
```

Run `carthage update` to build the framework.
Expand Down
2 changes: 1 addition & 1 deletion SegementSlide.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = 'SegementSlide'
s.version = '2.0-beta-16'
s.version = '2.0'
s.summary = 'Multi-tier UIScrollView nested scrolling solution. 😋😋😋'

s.homepage = 'https://github.com/Jiar/SegementSlide'
Expand Down

0 comments on commit 45b1494

Please sign in to comment.