Skip to content

Commit 25cad8f

Browse files
committed
WIP
1 parent c3a7c9b commit 25cad8f

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

SwiftUIIntrospect.podspec

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
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+
}
1212

13-
spec.source_files = 'Sources/**/*.swift'
13+
spec.source_files = 'Sources/**/*.swift'
1414

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'
2020
end

0 commit comments

Comments
 (0)