Skip to content

Commit 45a008f

Browse files
committed
Updated podspec.
1 parent ec83594 commit 45a008f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

TOWebViewController.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Pod::Spec.new do |s|
22
s.name = 'TOWebViewController'
3-
s.version = '2.0.4'
3+
s.version = '2.0.5'
44
s.license = { :type => 'MIT', :file => 'LICENSE' }
5-
s.summary = 'A view controller for iOS that allows users to quickly view web pages from within an app.'
5+
s.summary = 'A view controller for iOS that allows users to browse web pages from within an app.'
66
s.homepage = 'https://github.com/TimOliver/TOWebViewController'
77
s.author = 'Tim Oliver'
8-
s.source = { :git => 'https://github.com/TimOliver/TOWebViewController.git', :tag => '2.0.4' }
8+
s.source = { :git => 'https://github.com/TimOliver/TOWebViewController.git', :tag => '2.0.5' }
99
s.platform = :ios, '5.0'
1010

1111
s.source_files = 'TOWebViewController/**/*.{h,m}'

0 commit comments

Comments
 (0)