Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 024bfda

Browse files
committed
Added BKDefines.h file in podspec
Fixed UIAlertView+BlocksKit compilation by adding missing include to BKDefines.h
1 parent fdeb993 commit 024bfda

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

BlocksKit.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Pod::Spec.new do |s|
2121
end
2222

2323
s.subspec 'Core' do |ss|
24-
ss.source_files = 'BlocksKit/BlocksKit.h', 'BlocksKit/Core/*.{h,m}'
24+
ss.source_files = 'BlocksKit/BlocksKit.h', "BlocksKit/BKDefines.h", 'BlocksKit/Core/*.{h,m}'
2525
end
2626

2727
s.subspec 'DynamicDelegate' do |ss|

BlocksKit/UIKit/UIAlertView+BlocksKit.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
//
55

66
#import <UIKit/UIKit.h>
7+
#import "BKDefines.h"
78

89
/** UIAlertView without delegates!
910

0 commit comments

Comments
 (0)