From d593b138f5f447e44b46d133b6a7b4ee31680b00 Mon Sep 17 00:00:00 2001 From: Piotr Sochalewski Date: Wed, 24 Feb 2016 13:16:41 +0100 Subject: [PATCH] .podspec fixed --- SwiftCompressor.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SwiftCompressor.podspec b/SwiftCompressor.podspec index 52ed01d..a934aa5 100644 --- a/SwiftCompressor.podspec +++ b/SwiftCompressor.podspec @@ -3,10 +3,10 @@ Pod::Spec.new do |s| s.version = "0.1.0" s.summary = "Compression framework easily" s.description = "SwiftCompressor lets you use Compression framework easily" - s.homepage = "https://github.com/sochalewski/SwiftCompression" + s.homepage = "https://github.com/DroidsOnRoids/SwiftCompressor" s.license = 'MIT' s.author = { "Piotr Sochalewski" => "piotr.sochalewski@droidsonroids.com" } - s.source = { :git => "https://github.com/DroidsOnRoids/SwiftCompression.git", :tag => s.version.to_s } + s.source = { :git => "https://github.com/DroidsOnRoids/SwiftCompressor.git", :tag => s.version.to_s } s.ios.deployment_target = "9.0" s.osx.deployment_target = "10.11" s.requires_arc = true