Skip to content

Commit

Permalink
add requires_arc
Browse files Browse the repository at this point in the history
  • Loading branch information
Peyton Randolph committed Jun 6, 2013
1 parent 7f0ec42 commit 95afe41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions WebViewJavascriptBridge.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Pod::Spec.new do |s|
s.homepage = 'http://github.com/marcuswestin/WebViewJavascriptBridge'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'marcuswestin' => 'marcus.westin@gmail.com' }
s.requires_arc = true
s.source = { :git => 'https://github.com/peyton/WebViewJavascriptBridge.git' }
s.ios.platform = :ios, '5.0'
s.osx.platform = :osx
Expand Down

0 comments on commit 95afe41

Please sign in to comment.