Skip to content

Commit

Permalink
2.0.0 die
Browse files Browse the repository at this point in the history
  • Loading branch information
ronghaopger committed Sep 18, 2016
1 parent de388aa commit a231535
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Demo/Demo/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>2.0.0</string>
<string>3.0.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion EasyPull.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "EasyPull"
s.version = "2.0.0"
s.version = "3.0.0"
s.summary = "Let pull-to-refresh Easy for any UIScrollView in Swift"
s.homepage = "https://github.com/ronghaopger/EasyPull"
s.license = "MIT"
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion EasyPull/EasyPull/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>2.0.0</string>
<string>3.0.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Or implement the `EasyViewAutomatic` protocol when you prefer the Automatic mode
## Requirements

- iOS 8.0+
- Swift 3.0 (EasyPull 2.x), Swift 2.x (EasyPull 1.x)
- Swift 3.0 (EasyPull 3.x), Swift 2.x (EasyPull 1.x)

The main development of EasyPull is based on Swift 3.

Expand All @@ -99,7 +99,7 @@ source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'
use_frameworks!

pod 'EasyPull', '~> 2.0.0'
pod 'EasyPull', '~> 3.0.0'
```

### Source files
Expand Down

0 comments on commit a231535

Please sign in to comment.