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 45a008f commit 4deb79aCopy full SHA for 4deb79a
TOWebViewController.podspec
@@ -1,11 +1,11 @@
1
Pod::Spec.new do |s|
2
s.name = 'TOWebViewController'
3
- s.version = '2.0.5'
+ s.version = '2.0.7'
4
s.license = { :type => 'MIT', :file => 'LICENSE' }
5
s.summary = 'A view controller for iOS that allows users to browse 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.5' }
+ s.source = { :git => 'https://github.com/TimOliver/TOWebViewController.git', :tag => '2.0.7' }
9
s.platform = :ios, '5.0'
10
11
s.source_files = 'TOWebViewController/**/*.{h,m}'
0 commit comments