Pod::Spec.new do |s| version = "0.1.9" s.name = "HHRouter" s.version = version s.summary = "Yet another URL Router for iOS." s.homepage = "https://github.com/Huohua/HHRouter/" 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.git", :tag => version } s.source_files = 'HHRouter/*' s.requires_arc = true end