From 67b8e5c1dc154419c81b4b27b8d9450efdfc967c Mon Sep 17 00:00:00 2001 From: Stefan Huber Date: Wed, 10 Oct 2012 18:03:27 +0200 Subject: [PATCH] =?UTF-8?q?podspecs=20are=20named=20podspecs=20for=20a=20r?= =?UTF-8?q?eason=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../0.0.1/{RoutingHTTPServer.rb => RoutingHTTPServer.podspec} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename RoutingHTTPServer/0.0.1/{RoutingHTTPServer.rb => RoutingHTTPServer.podspec} (90%) diff --git a/RoutingHTTPServer/0.0.1/RoutingHTTPServer.rb b/RoutingHTTPServer/0.0.1/RoutingHTTPServer.podspec similarity index 90% rename from RoutingHTTPServer/0.0.1/RoutingHTTPServer.rb rename to RoutingHTTPServer/0.0.1/RoutingHTTPServer.podspec index 487d4c17306185..9ee0854436e245 100644 --- a/RoutingHTTPServer/0.0.1/RoutingHTTPServer.rb +++ b/RoutingHTTPServer/0.0.1/RoutingHTTPServer.podspec @@ -9,5 +9,5 @@ s.requires_arc = true - spec.dependency "CocoaHTTPServer", "~> 2.2.1" + s.dependency "CocoaHTTPServer", "~> 2.2.1" end