From 21625ab064ad456d5c49c4e31b564cd628457023 Mon Sep 17 00:00:00 2001 From: Light Date: Sun, 16 Mar 2014 13:59:21 +0800 Subject: [PATCH] podspec. --- HHRouter.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/HHRouter.podspec b/HHRouter.podspec index 3fe8365..6fd607a 100644 --- a/HHRouter.podspec +++ b/HHRouter.podspec @@ -6,7 +6,7 @@ Pod::Spec.new do |s| s.license = { :type => 'MIT', :file => 'LICENSE' } s.author = { "Light" => "lightory@gmail.com" } s.platform = :ios, '5.0' - s.source = { :git => "https://github.com/Huohua/HHRouter/", :commit => '88944c659c31f38d3947bc3e261f7cb201c43343' } - s.source_files = 'HHRouter.h,m' + s.source = { :git => "https://github.com/Huohua/HHRouter.git", :commit => '88944c659c31f38d3947bc3e261f7cb201c43343' } + s.source_files = 'HHRouter/*' s.requires_arc = true end