Skip to content

Commit

Permalink
SAMWebView 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
soffes committed Jul 9, 2013
1 parent 168fbd4 commit 00f3c27
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions SAMWebView/0.2.0/SAMWebView.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
Pod::Spec.new do |spec|
spec.name = 'SAMWebView'
spec.version = '0.2.0'
spec.authors = {'Sam Soffes' => 'sam@soff.es', 'Caleb Davenport' => 'calebmdavenport@gmail.com'}
spec.homepage = 'https://github.com/soffes/SAMWebView'
spec.summary = 'Push UIWebView to its limits.'
spec.source = {:git => 'https://github.com/soffes/SAMWebView.git', :tag => "v#{spec.version}"}
spec.license = { :type => 'MIT', :file => 'LICENSE' }

spec.platform = :ios
spec.requires_arc = true
spec.frameworks = 'UIKit', 'MessageUI'
spec.source_files = 'SAMWebView'
spec.resources = ['Resources/*']
end

0 comments on commit 00f3c27

Please sign in to comment.