Skip to content

Commit

Permalink
[Update] TSMiniWebBrowser (1.0.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolaykasyanov committed Jan 25, 2013
1 parent d10376e commit 022a0bd
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions TSMiniWebBrowser/1.0.1/TSMiniWebBrowser.podspec
@@ -0,0 +1,14 @@
Pod::Spec.new do |s|
s.name = 'TSMiniWebBrowser'
s.version = '1.0.1'
s.platform = :ios
s.license = 'MIT'
s.summary = 'An in-app web browser control for iOS apps.'
s.homepage = 'https://github.com/tonisalae/TSMiniWebBrowser'
s.author = { 'Toni Sala' => 'tonisalae@gmail.com' }
s.source = { :git => 'https://github.com/tonisalae/TSMiniWebBrowser.git', :tag => 'version_1.0.1' }
s.source_files = 'TSMiniWebBrowser/*.{h,m}'
s.framework = 'QuartzCore'
s.requires_arc = true
s.resources = 'TSMiniWebBrowser/images/*.png', 'TSMiniWebBrowser/*.xib'
end

0 comments on commit 022a0bd

Please sign in to comment.