File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments