Add support for Swift Package Manager #1032

Closed
salling wants to merge 17 commits from swiftpm into main
3 changed files with 52 additions and 1 deletions
Showing only changes of commit 91bb4139c4 - Show all commits

View File

@@ -23,7 +23,7 @@ podspec = Pod::Spec.new do |spec|
spec.ios.deployment_target = '8.0' spec.ios.deployment_target = '8.0'
spec.ios.frameworks = 'UIKit' spec.ios.frameworks = 'UIKit'
spec.module_name = 'YogaKit' spec.module_name = 'YogaKit'
spec.dependency 'Yoga', '~> 1.14.0' spec.dependency 'Yoga', '~> 1.14'
# Fixes the bug related the xcode 11 not able to find swift related frameworks. # Fixes the bug related the xcode 11 not able to find swift related frameworks.
# https://github.com/Carthage/Carthage/issues/2825 # https://github.com/Carthage/Carthage/issues/2825
# https://twitter.com/krzyzanowskim/status/1151549874653081601?s=21 # https://twitter.com/krzyzanowskim/status/1151549874653081601?s=21