We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7af7565 commit 0e9cfb3Copy full SHA for 0e9cfb3
Source/YAUIKit.h
@@ -31,12 +31,15 @@
31
32
#import "UIImage+YAColor.h"
33
#import "UIImage+YAImageTransform.h"
34
+#import "UIImage+YAScreenImage.h"
35
#import "UIImage+YAUIKit.h"
36
37
#import "UIBarButtonItem+YAItemFactory.h"
38
39
#import "UIApplication+YAKeyboardWindow.h"
40
41
+#import "UIDevice+YAInfo.h"
42
+
43
// Custom View
44
45
#import "YAActionSheet.h"
YAUIKit.podspec
@@ -1,7 +1,7 @@
1
Pod::Spec.new do |s|
2
3
s.name = 'YAUIKit'
4
- s.version = '3.0.4'
+ s.version = '3.0.5'
5
s.summary = 'YAUIKit'
6
s.homepage = 'https://github.com/candyan/YAUIKit'
7
s.license = 'MIT'
0 commit comments