Skip to content

Commit

Permalink
Update podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
ykws committed Jan 19, 2022
1 parent 6f15885 commit 3958e1e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions AKImageCropperView.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ Pod::Spec.new do |s|

# Source Info

s.ios.deployment_target = "8.0"
s.ios.deployment_target = "12.0"

s.source = {
:git => "https://github.com/artemkrachulov/AKImageCropperView.git",
:tag => 'v'+s.version.to_s
}

s.source_files = "AKImageCropperView/*.{swift}"
s.pod_target_xcconfig = { 'SWIFT_VERSION' => '3.0' }
end
s.pod_target_xcconfig = { 'SWIFT_VERSION' => '5.0' }
end

0 comments on commit 3958e1e

Please sign in to comment.