4 "summary": "Theme kit.",
5 "description": "Theme kit for UIKit.",
6 "homepage": "https://github.com/lvpengwei/LVThemeKit",
12 "lvpengwei": "pengwei.lv@gmail.com"
18 "git": "https://github.com/lvpengwei/LVThemeKit.git",
21 "swift_version": "5.0",
22 "default_subspecs": "ObjC",
27 "Source/ObjC/**/*.{h,m}"
29 "prefix_header_contents": "#ifdef __OBJC__\n#import <UIKit/UIKit.h>\n#import <Foundation/Foundation.h>\n#import \"LVThemeColor.h\"\n#import \"LVThemeImage.h\"\n#import \"LVThemeKit.h\"\n#import \"LVThemeString.h\"\n#import \"UIButton+LVThemeKit.h\"\n#import \"UILabel+LVThemeKit.h\"\n#import \"UIView+LVThemeKit.h\"\n#import \"UISlider+LVThemeKit.h\"\n#import \"UIImageView+LVThemeKit.h\"\n#import \"CALayer+LVThemeKit.h\"\n#import \"CAShapeLayer+LVThemeKit.h\"\n#endif"
34 "Source/Swift/**/*.swift"