Skip to content

Commit

Permalink
tag as 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiar committed Jul 11, 2019
1 parent 3ac42df commit 679c229
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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.2.0)
- SegementSlide (2.1.1)
- SegementSlide (2.2)
- SnapKit (5.0.0)

DEPENDENCIES:
Expand All @@ -23,7 +23,7 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS:
MBProgressHUD: e7baa36a220447d8aeb12769bf0585582f3866d9
MJRefresh: ed450d6eb9d3346a2cb033ab7eb6de090aeef437
SegementSlide: 95ebbdd2f616c0d9ab1a6046e67292bb3fb08f7c
SegementSlide: 8f9db18544016a0e69a0318351eb10ffdce57032
SnapKit: fd22d10eb9aff484d79a8724eab922c1ddf89bcf

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.1.1'
pod 'SegementSlide', '2.2'
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.1.1"
github "Jiar/SegementSlide" "2.2"
```

Run `carthage update` to build the framework.
Expand Down
4 changes: 2 additions & 2 deletions 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.1.1'
s.version = '2.2'
s.summary = 'Multi-tier UIScrollView nested scrolling solution. 😋😋😋'

s.homepage = 'https://github.com/Jiar/SegementSlide'
Expand All @@ -20,7 +20,7 @@ Pod::Spec.new do |s|
s.module_name = 'SegementSlide'
s.requires_arc = true

s.pod_target_xcconfig = { 'SWIFT_VERSION' => '4.2' }
s.pod_target_xcconfig = { 'SWIFT_VERSION' => '5.0.1' }
s.static_framework = true

end

0 comments on commit 679c229

Please sign in to comment.