Last active
April 3, 2025 13:06
-
-
Save icodesign/ca0aaf9091f8799f407b0e044edcc6a6 to your computer and use it in GitHub Desktop.
SwiftSyntax
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Pod::Spec.new do |s| | |
s.name = '_SwiftSyntaxCShims' | |
s.version = '600.0.1' | |
s.homepage = 'https://github.com/apple/swift-syntax' | |
s.summary = 'A set of Swift libraries for parsing, inspecting, generating, and transforming Swift source code' | |
s.description = 'Unofficial pod for the swift-syntax library' | |
s.license = { :type => 'Apache-2.0' } | |
s.authors = { | |
'Lance Wang' => '[email protected]' | |
} | |
s.source = { :git => 'https://github.com/swiftlang/swift-syntax.git', :tag => '600.0.1' } | |
s.swift_version = '6.0' | |
s.ios.deployment_target = '17.0' | |
s.osx.deployment_target = '14.0' | |
s.watchos.deployment_target = '10.0' | |
s.tvos.deployment_target = '17.0' | |
s.static_framework = true | |
s.source_files = "Sources/_SwiftSyntaxCShims/**/*.{h,c}" | |
s.exclude_files = ["Sources/_SwiftSyntaxCShims/CMakeLists.txt"] | |
end |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Pod::Spec.new do |s| | |
s.name = 'SwiftBasicFormat' | |
s.version = '600.0.1' | |
s.homepage = 'https://github.com/apple/swift-syntax' | |
s.summary = 'A set of Swift libraries for parsing, inspecting, generating, and transforming Swift source code' | |
s.description = 'Unofficial pod for the swift-syntax library' | |
s.license = { :type => 'Apache-2.0' } | |
s.authors = { | |
'Lance Wang' => '[email protected]' | |
} | |
s.source = { :git => 'https://github.com/swiftlang/swift-syntax.git', :tag => '600.0.1' } | |
s.swift_version = '6.0' | |
s.ios.deployment_target = '17.0' | |
s.osx.deployment_target = '14.0' | |
s.watchos.deployment_target = '10.0' | |
s.tvos.deployment_target = '17.0' | |
s.static_framework = true | |
s.dependency 'SwiftSyntax' | |
s.source_files = "Sources/SwiftBasicFormat/**/*.{swift,h,c}" | |
s.exclude_files = ["Sources/SwiftBasicFormat/CMakeLists.txt"] | |
end |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Pod::Spec.new do |s| | |
s.name = 'SwiftDiagnostics' | |
s.version = '600.0.1' | |
s.homepage = 'https://github.com/apple/swift-syntax' | |
s.summary = 'A set of Swift libraries for parsing, inspecting, generating, and transforming Swift source code' | |
s.description = 'Unofficial pod for the swift-syntax library' | |
s.license = { :type => 'Apache-2.0' } | |
s.authors = { | |
'Lance Wang' => '[email protected]' | |
} | |
s.source = { :git => 'https://github.com/swiftlang/swift-syntax.git', :tag => '600.0.1' } | |
s.swift_version = '6.0' | |
s.ios.deployment_target = '17.0' | |
s.osx.deployment_target = '14.0' | |
s.watchos.deployment_target = '10.0' | |
s.tvos.deployment_target = '17.0' | |
s.static_framework = true | |
s.dependency 'SwiftSyntax' | |
s.source_files = "Sources/SwiftDiagnostics/**/*.{swift,h,c}" | |
s.exclude_files = ["Sources/SwiftDiagnostics/CMakeLists.txt"] | |
end |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Pod::Spec.new do |s| | |
s.name = 'SwiftParser' | |
s.version = '600.0.1' | |
s.homepage = 'https://github.com/apple/swift-syntax' | |
s.summary = 'A set of Swift libraries for parsing, inspecting, generating, and transforming Swift source code' | |
s.description = 'Unofficial pod for the swift-syntax library' | |
s.license = { :type => 'Apache-2.0' } | |
s.authors = { | |
'Lance Wang' => '[email protected]' | |
} | |
s.source = { :git => 'https://github.com/swiftlang/swift-syntax.git', :tag => '600.0.1' } | |
s.swift_version = '6.0' | |
s.ios.deployment_target = '17.0' | |
s.osx.deployment_target = '14.0' | |
s.watchos.deployment_target = '10.0' | |
s.tvos.deployment_target = '17.0' | |
s.static_framework = true | |
s.source_files = "Sources/SwiftParser/**/*.{swift,h,c}" | |
s.dependency 'SwiftSyntax' | |
s.exclude_files = ["Sources/SwiftParser/CMakeLists.txt", "Sources/SwiftParser/README.md"] | |
end |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Pod::Spec.new do |s| | |
s.name = 'SwiftParserDiagnostics' | |
s.version = '600.0.1' | |
s.homepage = 'https://github.com/apple/swift-syntax' | |
s.summary = 'A set of Swift libraries for parsing, inspecting, generating, and transforming Swift source code' | |
s.description = 'Unofficial pod for the swift-syntax library' | |
s.license = { :type => 'Apache-2.0' } | |
s.authors = { | |
'Lance Wang' => '[email protected]' | |
} | |
s.source = { :git => 'https://github.com/swiftlang/swift-syntax.git', :tag => '600.0.1' } | |
s.swift_version = '6.0' | |
s.ios.deployment_target = '17.0' | |
s.osx.deployment_target = '14.0' | |
s.watchos.deployment_target = '10.0' | |
s.tvos.deployment_target = '17.0' | |
s.static_framework = true | |
s.dependency 'SwiftSyntax' | |
s.dependency 'SwiftBasicFormat' | |
s.dependency 'SwiftParser' | |
s.dependency 'SwiftSyntax' | |
s.dependency 'SwiftDiagnostics' | |
s.source_files = "Sources/SwiftParserDiagnostics/**/*.{swift,h,c}" | |
s.exclude_files = ["Sources/SwiftParserDiagnostics/CMakeLists.txt"] | |
end |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Pod::Spec.new do |s| | |
s.name = 'SwiftSyntax' | |
s.version = '600.0.1' | |
s.homepage = 'https://github.com/apple/swift-syntax' | |
s.summary = 'A set of Swift libraries for parsing, inspecting, generating, and transforming Swift source code' | |
s.description = 'Unofficial pod for the swift-syntax library' | |
s.license = { :type => 'Apache-2.0' } | |
s.authors = { | |
'Lance Wang' => '[email protected]' | |
} | |
s.source = { :git => 'https://github.com/swiftlang/swift-syntax.git', :tag => '600.0.1' } | |
s.swift_version = '6.0' | |
s.ios.deployment_target = '17.0' | |
s.osx.deployment_target = '14.0' | |
s.watchos.deployment_target = '10.0' | |
s.tvos.deployment_target = '17.0' | |
s.static_framework = true | |
s.source_files = "Sources/SwiftSyntax/**/*.{swift,h,c}" | |
s.dependency '_SwiftSyntaxCShims' | |
s.exclude_files = ["Sources/SwiftSyntax/CMakeLists.txt"] | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment