Skip to content

Commit

Permalink
Merge pull request #111 from squareup/bradfol/fix-podspec
Browse files Browse the repository at this point in the history
Fix podspec
  • Loading branch information
bradfol authored Jan 24, 2024
2 parents 45d6f7f + 5352153 commit 1f236c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Knit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Pod::Spec.new do |s|
# TODO: Update this endpoint to be GitHub once this repository is public.
s.source = { http: "https://artifactory.global.square/artifactory/squarepods/knit-#{s.version}.zip" }

s.source_files = 'Sources/KnitLib/**/*.swift'
s.source_files = 'Sources/Knit/**/*.swift'
s.preserve_paths = '*'
s.ios.deployment_target = '14.0'
s.dependency 'Swinject', '2.8.3'
Expand Down

0 comments on commit 1f236c0

Please sign in to comment.