feat: add support for SwiftPM

This commit is contained in:
Kyle Fang
2023-06-18 09:35:56 +08:00
parent f4cc363e3e
commit c7a4f7d2fa
9 changed files with 25 additions and 1 deletions

View File

@@ -16,7 +16,7 @@ Pod::Spec.new do |s|
s.social_media_url = 'https://twitter.com/iospaulz'
s.platform = :ios, '12.2'
s.swift_version = '5.0'
s.source_files = 'Pod/Classes/**/*'
s.source_files = 'Sources/PerspectiveTransform/**/*'
s.frameworks = 'UIKit', 'CoreGraphics', 'QuartzCore'
s.test_spec 'UnitSpecs' do |ts|
ts.requires_app_host = false