Skip to content

Commit f5fde1a

Browse files
committed
Fixing podspec for ARC.
1 parent fc8dac0 commit f5fde1a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

SKInnerShadowLayer.podspec

+1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,5 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
2121
s.source = { :git => 'https://github.com/khanlou/SKInnerShadowLayer.git', :tag => 'v1.1' }
2222
s.source_files = 'SKInnerShadowLayer/SKInnerShadowLayer.{h,m}'
2323
s.frameworks = 'QuartzCore'
24+
s.requires_arc = true
2425
end

0 commit comments

Comments
 (0)