Skip to content

Commit

Permalink
Fix .podspec to specify arc
Browse files Browse the repository at this point in the history
  • Loading branch information
kylefleming committed Dec 14, 2012
1 parent 2e01604 commit 03e019f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Stripe.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ Pod::Spec.new do |s|
s.source_files = 'Stripe/*.{h,m}'
s.public_header_files = 'Stripe/*.h'
s.framework = 'Foundation'
s.requires_arc = true
end

0 comments on commit 03e019f

Please sign in to comment.