Skip to content

Commit

Permalink
Added WebViewJavascriptBridge spec
Browse files Browse the repository at this point in the history
  • Loading branch information
devinfoley committed Oct 3, 2012
1 parent 04e42f4 commit 780bc10
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions WebViewJavascriptBridge/0.0.1/WebViewJavascriptBridge.podspec
@@ -0,0 +1,13 @@
Pod::Spec.new do |s|
s.name = "WebViewJavascriptBridge"
s.version = "0.0.1"
s.summary = "A standalone iOS class for sending messages to and from javascript in a UIWebView."
s.homepage = "http://github.com/marcuswestin/WebViewJavascriptBridge"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "marcuswestin" => "marcus.westin@gmail.com" }
s.source = { :git => "https://github.com/marcuswestin/WebViewJavascriptBridge.git", :commit => "53371556ee64556c75d981a91e186dced3dd5493" }
s.platform = :ios, "4.2"
s.source_files = "WebViewJavascriptBridge/WebViewJavascriptBridge.{h,m}"
s.framework = "UIKit"
s.dependency "JSONKit"
end

0 comments on commit 780bc10

Please sign in to comment.