We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adacd68 commit c5274f8Copy full SHA for c5274f8
TOWebViewController.podspec
@@ -1,11 +1,11 @@
1
Pod::Spec.new do |s|
2
s.name = 'TOWebViewController'
3
- s.version = '2.0.8'
+ s.version = '2.0.9'
4
s.license = { :type => 'MIT', :file => 'LICENSE' }
5
s.summary = 'An inline browser view controller that allows users to view and navigate web pages from within an app.'
6
s.homepage = 'https://github.com/TimOliver/TOWebViewController'
7
s.author = 'Tim Oliver'
8
- s.source = { :git => 'https://github.com/TimOliver/TOWebViewController.git', :tag => '2.0.8' }
+ s.source = { :git => 'https://github.com/TimOliver/TOWebViewController.git', :tag => '2.0.9' }
9
s.platform = :ios, '5.0'
10
11
s.source_files = 'TOWebViewController/**/*.{h,m}'
0 commit comments