Skip to content

Commit

Permalink
New CocoaPods release: 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kmikael committed Aug 25, 2014
1 parent cc0c32a commit 683b359
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PBWebViewController.podspec
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = 'PBWebViewController'
s.version = '0.2'
s.version = '0.3'
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.2'}
s.source = {:git => 'https://github.com/kmikael/PBWebViewController.git', :tag => '0.3'}
s.platform = :ios, '7.0'
s.source_files = 'PBWebViewController/'
s.requires_arc = true
Expand Down

0 comments on commit 683b359

Please sign in to comment.