Skip to content

Commit d4a4dac

Browse files
committed
Update to version 2.3, and Merry Christmas! 💐💐💐
1 parent 4fa00bd commit d4a4dac

File tree

4 files changed

+14
-13
lines changed

4 files changed

+14
-13
lines changed

.swift-version

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.0

ESPullToRefresh.podspec

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11

22
Pod::Spec.new do |s|
3-
s.name = "ESPullToRefresh"
4-
s.version = "2.2"
5-
s.summary = "An easy way to use pull-to-refresh and loading-more"
6-
s.description = "An easiest way to give pull-to-refresh and loading-more to any UIScrollView. Using swift!"
7-
s.homepage = "https://github.com/eggswift/pull-to-refresh"
3+
s.name = 'ESPullToRefresh'
4+
s.version = '2.3'
5+
s.summary = 'An easy way to use pull-to-refresh and loading-more'
6+
s.description = 'An easiest way to give pull-to-refresh and loading-more to any UIScrollView. Using swift!'
7+
s.homepage = 'https://github.com/eggswift/pull-to-refresh'
88

9-
s.license = { :type => "MIT", :file => "LICENSE" }
10-
s.authors = { "lihao" => "[email protected]"}
11-
s.social_media_url = "https://github.com/eggswift/"
12-
s.platform = :ios, "8.0"
13-
s.source = {:git => "https://github.com/eggswift/pull-to-refresh.git", :tag => "2.2"}
9+
s.license = { :type => 'MIT', :file => 'LICENSE' }
10+
s.authors = { 'lihao' => '[email protected]'}
11+
s.social_media_url = 'https://github.com/eggswift/'
12+
s.platform = :ios, '8.0'
13+
s.source = {:git => 'https://github.com/eggswift/pull-to-refresh.git', :tag => s.version}
1414
s.source_files = ['Sources/**/*.{swift}']
1515
s.resource_bundles = { 'ESPullToRefresh' => 'Sources/Animator/*.png' }
1616
s.requires_arc = true

ESPullToRefreshExample/ESPullToRefresh/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>2.2</string>
18+
<string>2.3</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

ESPullToRefreshExample/ESPullToRefreshExample/Info.plist

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
<key>CFBundlePackageType</key>
1616
<string>APPL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>2.2</string>
18+
<string>2.3</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>4</string>
22+
<string>5</string>
2323
<key>LSRequiresIPhoneOS</key>
2424
<true/>
2525
<key>UILaunchStoryboardName</key>

0 commit comments

Comments
 (0)