Skip to content

Commit c236063

Browse files
committed
fix spec bug again
1 parent 9404999 commit c236063

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

SIAlertView.podspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,6 @@ Pod::Spec.new do |s|
1212

1313
s.requires_arc = true
1414
s.framework = 'QuartzCore'
15-
s.source_files = 'SIAlertView/*.{h,m,bundle}'
15+
s.source_files = 'SIAlertView/*.{h,m}'
16+
s.resources = 'SIAlertView/SIAlertView.bundle'
1617
end

0 commit comments

Comments
 (0)