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

Commit

Permalink
Moved podspec back to original address
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Bellut committed Oct 16, 2019
1 parent 674c09d commit 3ee2e57
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Pod::Spec.new do |spec|
spec.name = "ALCameraViewController-Tulleb"
spec.name = "ALCameraViewController"
spec.version = "3.1"
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 }
Expand All @@ -8,7 +8,7 @@ Pod::Spec.new do |spec|
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.homepage = "https://github.com/AlexLittlejohn/ALCameraViewController.git"
spec.author = { "Alex Littlejohn" => "[email protected]", "Guillaume Bellut" => "[email protected]" }
spec.swift_version = '5.0'
end

0 comments on commit 3ee2e57

Please sign in to comment.