Commit cfbb2d2 1 parent 9f23c70 commit cfbb2d2 Copy full SHA for cfbb2d2
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 8
8
9
9
Pod ::Spec . new do |s |
10
10
s . name = 'LXFProtocolTool'
11
- s . version = '1.1.3 '
11
+ s . version = '2.0.0 '
12
12
s . summary = 'LXFProtocolTool是实用的协议应用工具库'
13
13
s . description = <<-DESC
14
14
LXFProtocolTool是使用Swift中的协议来实现多种方便、实用的工具库
@@ -19,7 +19,7 @@ LXFProtocolTool是使用Swift中的协议来实现多种方便、实用的工具
19
19
s . source = { :git => 'https://github.com/LinXunFeng/LXFProtocolTool.git' , :tag => s . version . to_s }
20
20
21
21
s . ios . deployment_target = '8.0'
22
- s . swift_version = "4.2 "
22
+ s . swift_version = "5.0 "
23
23
24
24
s . source_files = 'LXFProtocolTool/Classes/**/*.swift'
25
25
@@ -33,7 +33,7 @@ LXFProtocolTool是使用Swift中的协议来实现多种方便、实用的工具
33
33
34
34
s . subspec 'Refreshable' do |t |
35
35
t . source_files = 'LXFProtocolTool/Classes/Refreshable/**/*.{swift}'
36
- t . dependency 'MJRefresh'
36
+ t . dependency 'MJRefresh' , '>= 3.4.0'
37
37
t . dependency 'RxSwift' , '>= 4.0.0'
38
38
t . dependency "LXFProtocolTool/AssociatedObjectStore"
39
39
t . dependency "LXFProtocolTool/Base"
You can’t perform that action at this time.
0 commit comments