blob: 7cff2f0d24a1b328283faa0c468abb034c506c69 [file] [log] [blame]
{
"name": "LVThemeKit",
"version": "0.0.6",
"summary": "Theme kit.",
"description": "Theme kit for UIKit.",
"homepage": "https://github.com/lvpengwei/LVThemeKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"lvpengwei": "pengwei.lv@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/lvpengwei/LVThemeKit.git",
"tag": "0.0.6"
},
"source_files": [
"Source/Classes/**/*.{h,m}"
],
"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"
}