Skip to content

Commit 1fbb62d

Browse files
committed
Bump version to 2.5.0
1 parent 0a32f2d commit 1fbb62d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

LXFProtocolTool.podspec

+7
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ LXFProtocolTool是使用Swift中的协议来实现多种方便、实用的工具
4545
t.dependency 'DZNEmptyDataSet', '~> 1.8.1'
4646
t.dependency "LXFProtocolTool/AssociatedObjectStore"
4747
t.dependency "LXFProtocolTool/Base"
48+
t.dependency "LXFProtocolTool/LXFEquatable"
4849
end
4950

5051
s.subspec 'RxEmptyDataSetable' do |t|
@@ -62,4 +63,10 @@ LXFProtocolTool是使用Swift中的协议来实现多种方便、实用的工具
6263
t.dependency "LXFProtocolTool/AssociatedObjectStore"
6364
t.dependency "LXFProtocolTool/Base"
6465
end
66+
67+
s.subspec 'LXFEquatable' do |t|
68+
t.source_files = 'LXFProtocolTool/Classes/LXFEquatable/**/*.{swift}'
69+
t.dependency "LXFProtocolTool/Base"
70+
t.dependency "LXFProtocolTool/AssociatedObjectStore"
71+
end
6572
end

0 commit comments

Comments
 (0)