File tree 4 files changed +14
-13
lines changed
4 files changed +14
-13
lines changed Original file line number Diff line number Diff line change
1
+ 3.0
Original file line number Diff line number Diff line change 1
1
2
2
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'
8
8
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 }
14
14
s . source_files = [ 'Sources/**/*.{swift}' ]
15
15
s . resource_bundles = { 'ESPullToRefresh' => 'Sources/Animator/*.png' }
16
16
s . requires_arc = true
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >FMWK </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >2.2 </string >
18
+ <string >2.3 </string >
19
19
<key >CFBundleSignature </key >
20
20
<string >???? </string >
21
21
<key >CFBundleVersion </key >
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >APPL </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >2.2 </string >
18
+ <string >2.3 </string >
19
19
<key >CFBundleSignature </key >
20
20
<string >???? </string >
21
21
<key >CFBundleVersion </key >
22
- <string >4 </string >
22
+ <string >5 </string >
23
23
<key >LSRequiresIPhoneOS </key >
24
24
<true />
25
25
<key >UILaunchStoryboardName </key >
You can’t perform that action at this time.
0 commit comments