Skip to content

Commit

Permalink
Fixing grabKit's spec (requires_arc => true)
Browse files Browse the repository at this point in the history
  • Loading branch information
zrxq committed Nov 6, 2012
1 parent 86aab98 commit 73e67e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grabKit/0.0.1/grabKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Pod::Spec.new do |s|
'grabKit/grabKit/grabKitSources/{configuration,constants,helpers,model,serviceGrabbers}/*.{m,h}',
'grabKit/grabKit/grabKitSources/serviceGrabbers/protocols/*.{m,h}',
'grabKit/grabKit/grabKitSources/serviceGrabbers/tokenStores/*.{m,h}'
s.requires_arc = false
s.requires_arc = true
s.platform = :ios

s.subspec 'device' do |device|
Expand Down

0 comments on commit 73e67e9

Please sign in to comment.