Skip to content

Commit

Permalink
Add podspec file. GH Issues: fix #1 and fix #3
Browse files Browse the repository at this point in the history
  • Loading branch information
marcuswestin committed Aug 27, 2014
1 parent ce69303 commit a43a28d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions WebViewProxy.podspec
@@ -0,0 +1,13 @@
Pod::Spec.new do |s|
s.name = 'WebViewProxy'
s.version = '0.2.4'
s.summary = 'A standalone iOS & OSX class for intercepting and proxying HTTP requests (e.g. from a Web View)'
s.homepage = 'https://github.com/marcuswestin/WebViewProxy'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'marcuswestin' => 'marcus.westin@gmail.com' }
s.requires_arc = true
s.source = { :git => 'https://github.com/marcuswestin/WebViewProxy.git', :tag => 'v'+s.version.to_s }
s.platform = :ios, '5.0'
s.source_files = 'WebViewProxy/*.{h,m}'
s.framework = 'UIKit'
end

0 comments on commit a43a28d

Please sign in to comment.