Skip to content

Commit 4deb79a

Browse files
committed
Updated podspec... again.
1 parent 45a008f commit 4deb79a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

TOWebViewController.podspec

Lines changed: 2 additions & 2 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.5'
3+
s.version = '2.0.7'
44
s.license = { :type => 'MIT', :file => 'LICENSE' }
55
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.5' }
8+
s.source = { :git => 'https://github.com/TimOliver/TOWebViewController.git', :tag => '2.0.7' }
99
s.platform = :ios, '5.0'
1010

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

0 commit comments

Comments
 (0)