Skip to content

Commit

Permalink
Release 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
kmikael committed Feb 10, 2016
1 parent e4ea2aa commit c1c23c2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions PBWebViewController.podspec
@@ -1,12 +1,12 @@
Pod::Spec.new do |s|
s.name = 'PBWebViewController'
s.version = '0.4'
s.version = '0.5.0'
s.summary = 'A light-weight, simple and extendible web browser component for iOS.'
s.homepage = 'https://github.com/kmikael/PBWebViewController'
s.license = {:type => 'MIT', :file => 'LICENSE.txt'}
s.author = {'Mikael Konutgan' => "me@kmikael.com"}
s.source = {:git => 'https://github.com/kmikael/PBWebViewController.git', :tag => '0.3'}
s.platform = :ios, '7.0'
s.source = {:git => 'https://github.com/kmikael/PBWebViewController.git', :tag => '0.5.0'}
s.platform = :ios, '8.0'
s.source_files = 'PBWebViewController/'
s.requires_arc = true
end

0 comments on commit c1c23c2

Please sign in to comment.