Skip to content

Commit cfbb2d2

Browse files
committed
Bump version to 2.0.0
1 parent 9f23c70 commit cfbb2d2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

LXFProtocolTool.podspec

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'LXFProtocolTool'
11-
s.version = '1.1.3'
11+
s.version = '2.0.0'
1212
s.summary = 'LXFProtocolTool是实用的协议应用工具库'
1313
s.description = <<-DESC
1414
LXFProtocolTool是使用Swift中的协议来实现多种方便、实用的工具库
@@ -19,7 +19,7 @@ LXFProtocolTool是使用Swift中的协议来实现多种方便、实用的工具
1919
s.source = { :git => 'https://github.com/LinXunFeng/LXFProtocolTool.git', :tag => s.version.to_s }
2020

2121
s.ios.deployment_target = '8.0'
22-
s.swift_version = "4.2"
22+
s.swift_version = "5.0"
2323

2424
s.source_files = 'LXFProtocolTool/Classes/**/*.swift'
2525

@@ -33,7 +33,7 @@ LXFProtocolTool是使用Swift中的协议来实现多种方便、实用的工具
3333

3434
s.subspec 'Refreshable' do |t|
3535
t.source_files = 'LXFProtocolTool/Classes/Refreshable/**/*.{swift}'
36-
t.dependency 'MJRefresh'
36+
t.dependency 'MJRefresh', '>= 3.4.0'
3737
t.dependency 'RxSwift', '>= 4.0.0'
3838
t.dependency "LXFProtocolTool/AssociatedObjectStore"
3939
t.dependency "LXFProtocolTool/Base"

0 commit comments

Comments
 (0)