Skip to content

Commit

Permalink
Merge pull request CocoaPods#5336 from kmikael/PBWebViewController-0.1
Browse files Browse the repository at this point in the history
Update PBWebViewController to version 0.1
  • Loading branch information
orta committed Nov 9, 2013
2 parents 92ef446 + 3ba9299 commit a018ae6
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions PBWebViewController/0.1/PBWebViewController.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Pod::Spec.new do |s|
s.name = "PBWebViewController"
s.version = "0.1"
s.summary = "A light-weight, simple and extendible web browser component for iOS."
s.homepage = "https://github.com/kmikael/PBWebViewController"
s.screenshots = "http://cl.ly/SECz"
s.license = { :type => "MIT", :file => "LICENSE.txt" }
s.author = { "Mikael Konutgan" => "[email protected]" }
s.source = { :git => "https://github.com/kmikael/PBWebViewController.git", :tag => "0.1" }
s.platform = :ios, '6.0'
s.source_files = "PBWebViewController/"
s.requires_arc = true
end

0 comments on commit a018ae6

Please sign in to comment.