We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9404999 commit c236063Copy full SHA for c236063
1 file changed
SIAlertView.podspec
@@ -12,5 +12,6 @@ Pod::Spec.new do |s|
12
13
s.requires_arc = true
14
s.framework = 'QuartzCore'
15
- s.source_files = 'SIAlertView/*.{h,m,bundle}'
+ s.source_files = 'SIAlertView/*.{h,m}'
16
+ s.resources = 'SIAlertView/SIAlertView.bundle'
17
end
0 commit comments