[Add] ReactiveObjCForTDesk 5.0.3
[CocoaPods.git] / Specs / 2 / 4 / 5 / LSTCategory / 0.3.2 / LSTCategory.podspec.json
blob332fbac6bf5e4db8b196c4e0ffc2489c71b08633
2   "name": "LSTCategory",
3   "version": "0.3.2",
4   "summary": "LSTCategory.",
5   "description": "A short description of LSTCategory.",
6   "homepage": "https://github.com/LoSenTrad/LSTCategory",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "LoSenTrad": "LoSenTrad@163.com"
13   },
14   "source": {
15     "git": "https://github.com/LoSenTrad/LSTCategory.git",
16     "tag": "0.3.2"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "default_subspecs": "Code",
22   "dependencies": {
23     "YYModel": [
25     ]
26   },
27   "subspecs": [
28     {
29       "name": "Code",
30       "source_files": "LSTCategory/Classes/Code/**/*",
31       "frameworks": "UIKit"
32     },
33     {
34       "name": "LSTGestureEvents",
35       "source_files": "LSTCategory/Classes/Code/LSTGestureEvents/**/*",
36       "frameworks": "UIKit"
37     },
38     {
39       "name": "LSTControlEvents",
40       "source_files": "LSTCategory/Classes/Code/LSTControlEvents/**/*",
41       "frameworks": "UIKit"
42     },
43     {
44       "name": "NSString+LSTString",
45       "source_files": "LSTCategory/Classes/Code/NSString+LSTString/**/*",
46       "frameworks": "UIKit"
47     },
48     {
49       "name": "UIColor+LSTColor",
50       "source_files": "LSTCategory/Classes/Code/UIColor+LSTColor/**/*",
51       "frameworks": "UIKit"
52     },
53     {
54       "name": "UIFont+LSTFont",
55       "source_files": "LSTCategory/Classes/Code/UIFont+LSTFont/**/*",
56       "frameworks": "UIKit"
57     },
58     {
59       "name": "UIView+LSTView",
60       "source_files": "LSTCategory/Classes/Code/UIView+LSTView/**/*",
61       "frameworks": "UIKit"
62     },
63     {
64       "name": "NSObject+LSTSwizzle",
65       "source_files": "LSTCategory/Classes/Code/NSObject+LSTSwizzle/**/*",
66       "frameworks": "UIKit"
67     }
68   ]