Skip to content

Commit c5274f8

Browse files
committed
Updated pod spec.
1 parent adacd68 commit c5274f8

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.8'
3+
s.version = '2.0.9'
44
s.license = { :type => 'MIT', :file => 'LICENSE' }
55
s.summary = 'An inline browser view controller that allows users to view and navigate 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.8' }
8+
s.source = { :git => 'https://github.com/TimOliver/TOWebViewController.git', :tag => '2.0.9' }
99
s.platform = :ios, '5.0'
1010

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

0 commit comments

Comments
 (0)