From 3ee2e576966f03d7b0b7fc555c83b1eb5f3042ca Mon Sep 17 00:00:00 2001 From: Guillaume Bellut Date: Wed, 16 Oct 2019 13:43:11 +0200 Subject: [PATCH] Moved podspec back to original address --- ...ontroller-Tulleb.podspec => ALCameraViewController.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename ALCameraViewController-Tulleb.podspec => ALCameraViewController.podspec (84%) diff --git a/ALCameraViewController-Tulleb.podspec b/ALCameraViewController.podspec similarity index 84% rename from ALCameraViewController-Tulleb.podspec rename to ALCameraViewController.podspec index be45cdc1..102a950f 100644 --- a/ALCameraViewController-Tulleb.podspec +++ b/ALCameraViewController.podspec @@ -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 } @@ -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" => "alexlittlejohn@me.com", "Guillaume Bellut" => "guillaume@bellut.com" } spec.swift_version = '5.0' end