We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f0ec42 commit 95afe41Copy full SHA for 95afe41
WebViewJavascriptBridge.podspec
@@ -5,6 +5,7 @@ Pod::Spec.new do |s|
5
s.homepage = 'http://github.com/marcuswestin/WebViewJavascriptBridge'
6
s.license = { :type => 'MIT', :file => 'LICENSE' }
7
s.author = { 'marcuswestin' => 'marcus.westin@gmail.com' }
8
+ s.requires_arc = true
9
s.source = { :git => 'https://github.com/peyton/WebViewJavascriptBridge.git' }
10
s.ios.platform = :ios, '5.0'
11
s.osx.platform = :osx
0 commit comments