Skip to content

Commit

Permalink
tag as 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiar committed May 12, 2020
1 parent 531d034 commit 1883c5e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Example.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -706,7 +706,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 2.2.4;
MARKETING_VERSION = 3.0.0;
PRODUCT_BUNDLE_IDENTIFIER = me.jiar.SegementSlide.Example;
PRODUCT_NAME = "$(TARGET_NAME)";
SUPPORTS_MACCATALYST = NO;
Expand All @@ -730,7 +730,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 2.2.4;
MARKETING_VERSION = 3.0.0;
PRODUCT_BUNDLE_IDENTIFIER = me.jiar.SegementSlide.Example;
PRODUCT_NAME = "$(TARGET_NAME)";
SUPPORTS_MACCATALYST = NO;
Expand Down
4 changes: 2 additions & 2 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PODS:
- JXSegmentedView (1.0.6)
- MBProgressHUD (1.1.0)
- MJRefresh (3.2.0)
- SegementSlide (2.2.4)
- SegementSlide (3.0.0)
- SnapKit (5.0.0)

DEPENDENCIES:
Expand All @@ -28,7 +28,7 @@ SPEC CHECKSUMS:
JXSegmentedView: ceb6fb3a12716408bcd5c4210b93d947d079de25
MBProgressHUD: e7baa36a220447d8aeb12769bf0585582f3866d9
MJRefresh: ed450d6eb9d3346a2cb033ab7eb6de090aeef437
SegementSlide: 934778f53ad95d93bc0471a6d1c6def9eb9490a7
SegementSlide: ad0a6de50cbcc071da9ec8b0f403a4e75b20ba9a
SnapKit: fd22d10eb9aff484d79a8724eab922c1ddf89bcf

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

target '<Your Target Name>' do
pod 'SegementSlide', '2.2.4'
pod 'SegementSlide', '3.0.0'
end
```

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

```ogdl
github "Jiar/SegementSlide" "2.2.4"
github "Jiar/SegementSlide" "3.0.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.2.4'
s.version = '3.0.0'
s.summary = 'Multi-tier UIScrollView nested scrolling solution. 😋😋😋'

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

0 comments on commit 1883c5e

Please sign in to comment.