Skip to content

Commit 9829dce

Browse files
committed
Add podspec
1 parent 016b378 commit 9829dce

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

TestingExtensions.podspec

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
2+
Pod::Spec.new do |s|
3+
s.name = 'TestingExtensions'
4+
s.version = '0.2.7'
5+
s.summary = 'Testing helpers and extensions for SwiftRex and Combine'
6+
7+
s.homepage = 'https://github.com/SwiftRex/TestingExtensions'
8+
s.license = { :type => 'Apache', :text => '© 2021 Luiz Barbosa' }
9+
s.author = { 'Luiz Barbosa' => '[email protected]' }
10+
s.source = { :git => 'https://github.com/SwiftRex/TestingExtensions.git', :tag => "v#{s.version}" }
11+
12+
s.ios.deployment_target = '13.0'
13+
s.osx.deployment_target = '10.15'
14+
s.swift_version = '5.3'
15+
16+
s.source_files = 'Sources/**/*.swift'
17+
18+
s.frameworks = 'XCTest', 'SwiftUI'
19+
20+
s.dependency 'SwiftRex', '~> 0.8.6'
21+
s.dependency 'CombineRex', '~> 0.8.6'
22+
s.dependency 'SnapshotTesting', '~> 1.8.2'
23+
end

0 commit comments

Comments
 (0)