Skip to content

Commit

Permalink
Removed requires_arc setting in Podspec
Browse files Browse the repository at this point in the history
Just use the default value of true.
  • Loading branch information
toddreed committed Sep 26, 2016
1 parent e13699e commit 80c571a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Touchpose.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,5 @@ Pod::Spec.new do |s|
s.source = { :git => 'https://github.com/toddreed/Touchpose.git', :tag => "#{s.version}" }
s.platform = :ios
s.source_files = '**/QTouchpose*.{h,m}'
s.requires_arc = true
s.frameworks = 'QuartzCore'
end

0 comments on commit 80c571a

Please sign in to comment.