Skip to content

Commit

Permalink
Update Nimbus/1.0.0/Nimbus.podspec
Browse files Browse the repository at this point in the history
remove arc support. 1.0 version is not building correctly.
  • Loading branch information
sergeyzenchenko committed Dec 12, 2012
1 parent 9e0f99d commit 9ce6ed9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Nimbus/1.0.0/Nimbus.podspec
Expand Up @@ -27,8 +27,7 @@ Pod::Spec.new do |s|

s.requires_arc = true

s.subspec 'Core' do |core|
core.requires_arc = true
s.subspec 'Core' do |core|
core.source_files = 'src/core/src'
end

Expand Down

0 comments on commit 9ce6ed9

Please sign in to comment.