Skip to content

Commit 0e9cfb3

Browse files
committed
add 3.0.5
1 parent 7af7565 commit 0e9cfb3

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Source/YAUIKit.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,15 @@
3131

3232
#import "UIImage+YAColor.h"
3333
#import "UIImage+YAImageTransform.h"
34+
#import "UIImage+YAScreenImage.h"
3435
#import "UIImage+YAUIKit.h"
3536

3637
#import "UIBarButtonItem+YAItemFactory.h"
3738

3839
#import "UIApplication+YAKeyboardWindow.h"
3940

41+
#import "UIDevice+YAInfo.h"
42+
4043
// Custom View
4144

4245
#import "YAActionSheet.h"

YAUIKit.podspec

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

33
s.name = 'YAUIKit'
4-
s.version = '3.0.4'
4+
s.version = '3.0.5'
55
s.summary = 'YAUIKit'
66
s.homepage = 'https://github.com/candyan/YAUIKit'
77
s.license = 'MIT'

0 commit comments

Comments
 (0)