Skip to content

Commit

Permalink
podspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
lightory committed Mar 16, 2014
1 parent cbce3eb commit 21625ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions HHRouter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 21625ab

Please sign in to comment.