File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = 'TOWebViewController'
3
- s . version = '2.0.4 '
3
+ s . version = '2.0.5 '
4
4
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.'
6
6
s . homepage = 'https://github.com/TimOliver/TOWebViewController'
7
7
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 ' }
9
9
s . platform = :ios , '5.0'
10
10
11
11
s . source_files = 'TOWebViewController/**/*.{h,m}'
You can’t perform that action at this time.
0 commit comments