Browse Source

Merge pull request #265 from GalacticMegacorp/requires-arc

Require ARC when using via CocoaPods.
August "Gus" Mueller 11 years ago
parent
commit
af39ee6dfa
1 changed files with 2 additions and 0 deletions
  1. 2 0
      fmdb.podspec

+ 2 - 0
fmdb.podspec

@@ -33,4 +33,6 @@ Pod::Spec.new do |s|
     ss.dependency 'FMDB/common'
     ss.xcconfig = { 'OTHER_CFLAGS' => '$(inherited) -DSQLITE_HAS_CODEC' }
   end
+  
+  s.requires_arc = true
 end