[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 3 / 2 / a / LVThemeKit / 1.0.0 / LVThemeKit.podspec.json
blob72f0f06322244f5e1560c127f1b46f8298f2c4d6
2   "name": "LVThemeKit",
3   "version": "1.0.0",
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": "1.0.0"
20   },
21   "swift_version": "5.0",
22   "default_subspecs": "ObjC",
23   "subspecs": [
24     {
25       "name": "ObjC",
26       "source_files": [
27         "Source/ObjC/**/*.{h,m}"
28       ],
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"
30     },
31     {
32       "name": "Swift",
33       "source_files": [
34         "Source/Swift/**/*.swift"
35       ]
36     }
37   ]