[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 3 / 2 / a / LVThemeKit / 0.0.6 / LVThemeKit.podspec.json
blob7cff2f0d24a1b328283faa0c468abb034c506c69
2   "name": "LVThemeKit",
3   "version": "0.0.6",
4   "summary": "Theme kit.",
5   "description": "Theme kit for UIKit.",
6   "homepage": "https://github.com/lvpengwei/LVThemeKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "lvpengwei": "pengwei.lv@gmail.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/lvpengwei/LVThemeKit.git",
19     "tag": "0.0.6"
20   },
21   "source_files": [
22     "Source/Classes/**/*.{h,m}"
23   ],
24   "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"