[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 0 / 2 / 9 / MagicThought / 1.2.7 / MagicThought.podspec.json
blob8f91b5c609bb75770bda6bff620d7f5764c16b65
2   "name": "MagicThought",
3   "version": "1.2.7",
4   "summary": "MagicThought for ios.",
5   "description": "the MagicThought for ios.",
6   "homepage": "https://github.com/alrjqow/MagicThought",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "alrjqow": "764032554@qq.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/alrjqow/MagicThought.git",
19     "tag": "1.2.7",
20     "branch": "master"
21   },
22   "source_files": "MagicThought/MTKit.h",
23   "frameworks": "UIKit",
24   "requires_arc": true,
25   "dependencies": {
26     "Masonry": [
28     ],
29     "AFNetworking": [
31     ],
32     "MJRefresh": [
34     ],
35     "MJExtension": [
37     ],
38     "MBProgressHUD": [
40     ],
41     "SVProgressHUD": [
43     ],
44     "YTKNetwork": [
46     ],
47     "IQKeyboardManager": [
49     ],
50     "SDWebImage": [
52     ],
53     "TTTAttributedLabel": [
55     ],
56     "SSKeychain": [
58     ],
59     "LDProgressView": [
61     ]
62   },
63   "subspecs": [
64     {
65       "name": "Config",
66       "source_files": "MagicThought/Config/*.{h,m}"
67     },
68     {
69       "name": "Protocol",
70       "source_files": [
71         "MagicThought/Category/NSString/*.{h}",
72         "MagicThought/Protocol/*.{h,m}"
73       ]
74     },
75     {
76       "name": "Style",
77       "source_files": "MagicThought/Style/*.{h,m}"
78     },
79     {
80       "name": "Category",
81       "subspecs": [
82         {
83           "name": "NSString",
84           "source_files": "MagicThought/Category/NSString/*.{m,h}"
85         },
86         {
87           "name": "CLLocation",
88           "source_files": "MagicThought/Category/CLLocation/*.{m,h}"
89         },
90         {
91           "name": "NSObject",
92           "source_files": "MagicThought/Category/NSObject/*.{m,h}"
93         },
94         {
95           "name": "UIButton",
96           "source_files": "MagicThought/Category/UIButton/*.{m,h}"
97         },
98         {
99           "name": "UIColor",
100           "source_files": "MagicThought/Category/UIColor/*.{m,h}"
101         },
102         {
103           "name": "UIDevice",
104           "source_files": "MagicThought/Category/UIDevice/*.{m,h}",
105           "dependencies": {
106             "MagicThought/Category/NSString": [
108             ],
109             "MagicThought/Config": [
111             ],
112             "SSKeychain": [
114             ]
115           }
116         },
117         {
118           "name": "UILabel",
119           "source_files": "MagicThought/Category/UILabel/*.{m,h}",
120           "dependencies": {
121             "MagicThought/Category/NSString": [
123             ]
124           }
125         },
126         {
127           "name": "UINavigationBar",
128           "source_files": "MagicThought/Category/UINavigationBar/*.{m,h}",
129           "dependencies": {
130             "MagicThought/Category/UIDevice": [
132             ],
133             "MagicThought/Config": [
135             ]
136           }
137         },
138         {
139           "name": "UIView",
140           "source_files": "MagicThought/Category/UIView/*.{m,h}",
141           "dependencies": {
142             "MagicThought/Style": [
144             ],
145             "MagicThought/Config": [
147             ]
148           }
149         }
150       ]
151     }
152   ]