Skip to content
This repository has been archived by the owner on Jul 1, 2022. It is now read-only.

Commit

Permalink
Updated podspec file
Browse files Browse the repository at this point in the history
  • Loading branch information
Tulleb committed Oct 13, 2019
1 parent 8300417 commit 76039f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .swift-version

This file was deleted.

4 changes: 2 additions & 2 deletions ALCameraViewController-Tulleb.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ Pod::Spec.new do |spec|
spec.summary = "A camera view controller with custom image picker and image cropping."
spec.source = { :git => "https://github.com/Tulleb/ALCameraViewController.git", :tag => spec.version.to_s }
spec.requires_arc = true
spec.platform = :ios, "8.0"
spec.platform = :ios, "9.0"
spec.license = "MIT"
spec.source_files = "ALCameraViewController/**/*.{swift}"
spec.resources = ["ALCameraViewController/ViewController/ConfirmViewController.xib", "ALCameraViewController/CameraViewAssets.xcassets", "ALCameraViewController/CameraView.strings"]
spec.homepage = "https://github.com/Tulleb/ALCameraViewController"
spec.author = { "Alex Littlejohn" => "alexlittlejohn@me.com", "Guillaume Bellut" => "guillaume@bellut.com" }
spec.pod_target_xcconfig = { 'SWIFT_VERSION' => '5.0' }
spec.swift_version = '5.0'
end

0 comments on commit 76039f4

Please sign in to comment.