|
1 | 1 | Pod::Spec.new do |spec| |
2 | | - spec.name = 'SwiftUIIntrospect' |
3 | | - spec.version = ENV['LIB_VERSION'] |
4 | | - spec.license = { type: 'MIT' } |
5 | | - spec.homepage = 'https://github.com/siteline/swiftui-introspect' |
6 | | - spec.author = 'David Roman' |
7 | | - spec.summary = 'Introspect underlying UIKit/AppKit components from SwiftUI.' |
8 | | - spec.source = { |
9 | | - git: 'https://github.com/siteline/swiftui-introspect.git', |
10 | | - tag: spec.version |
11 | | - } |
| 2 | + spec.name = 'SwiftUIIntrospect' |
| 3 | + spec.version = ENV['LIB_VERSION'] |
| 4 | + spec.license = { type: 'MIT' } |
| 5 | + spec.homepage = 'https://github.com/siteline/swiftui-introspect' |
| 6 | + spec.author = 'David Roman' |
| 7 | + spec.summary = 'Introspect underlying UIKit/AppKit components from SwiftUI.' |
| 8 | + spec.source = { |
| 9 | + git: 'https://github.com/siteline/swiftui-introspect.git', |
| 10 | + tag: spec.version |
| 11 | + } |
12 | 12 |
|
13 | | - spec.source_files = 'Sources/**/*.swift' |
| 13 | + spec.source_files = 'Sources/**/*.swift' |
14 | 14 |
|
15 | | - spec.swift_version = '6.0' |
16 | | - spec.ios.deployment_target = '13.0' |
17 | | - spec.tvos.deployment_target = '13.0' |
18 | | - spec.osx.deployment_target = '10.15' |
19 | | - spec.visionos.deployment_target = '1.0' |
| 15 | + spec.swift_version = '6.0' |
| 16 | + spec.ios.deployment_target = '13.0' |
| 17 | + spec.tvos.deployment_target = '13.0' |
| 18 | + spec.osx.deployment_target = '10.15' |
| 19 | + spec.visionos.deployment_target = '1.0' |
20 | 20 | end |
0 commit comments