Skip to content

Instantly share code, notes, and snippets.

@kikohz
Last active August 29, 2015 14:09
Show Gist options
  • Save kikohz/742f5ed4d33c2ee124e0 to your computer and use it in GitHub Desktop.
Save kikohz/742f5ed4d33c2ee124e0 to your computer and use it in GitHub Desktop.
HZWebViewController podspec file
Pod::Spec.new do |s|
s.name = "HZWebViewController"
s.version = "0.0.4"
s.summary = "Browser Control"
s.homepage = "https://github.com/kikohz/HZWebViewController"
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { "kikohz" => "kikohz@gmail.com" }
s.social_media_url = "http://twitter.com/H_z2"
s.platform = :ios, '5.0'
s.source = { :git => "https://github.com/kikohz/HZWebViewController.git", :tag => "#{s.version}" }
s.source_files = 'HZWebViewController', 'HZWebViewController/**/*.{h,m}'
s.exclude_files = 'WebViewDemo'
s.resources = "HZWebViewController/*.png"
s.requires_arc = true
s.dependency 'BlurView', '~> 1.1'
s.dependency 'NJKWebViewProgress', '~> 0.2.2'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment