Skip to content

Commit

Permalink
Bump version to 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LinXunFeng committed Sep 3, 2021
1 parent 0a32f2d commit 1fbb62d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions LXFProtocolTool.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ LXFProtocolTool是使用Swift中的协议来实现多种方便、实用的工具
t.dependency 'DZNEmptyDataSet', '~> 1.8.1'
t.dependency "LXFProtocolTool/AssociatedObjectStore"
t.dependency "LXFProtocolTool/Base"
t.dependency "LXFProtocolTool/LXFEquatable"
end

s.subspec 'RxEmptyDataSetable' do |t|
Expand All @@ -62,4 +63,10 @@ LXFProtocolTool是使用Swift中的协议来实现多种方便、实用的工具
t.dependency "LXFProtocolTool/AssociatedObjectStore"
t.dependency "LXFProtocolTool/Base"
end

s.subspec 'LXFEquatable' do |t|
t.source_files = 'LXFProtocolTool/Classes/LXFEquatable/**/*.{swift}'
t.dependency "LXFProtocolTool/Base"
t.dependency "LXFProtocolTool/AssociatedObjectStore"
end
end

0 comments on commit 1fbb62d

Please sign in to comment.