[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 0 / 2 / 9 / MagicThought / 1.2.6 / MagicThought.podspec.json
blob3162913d5a29209f419722e6e8a77936ea3bd96c
2   "name": "MagicThought",
3   "version": "1.2.6",
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.6",
20     "branch": "master"
21   },
22   "source_files": [
23     "MagicThought/MTKit.h",
24     "MagicThought/**/*.{h,m}"
25   ],
26   "frameworks": "UIKit",
27   "requires_arc": true,
28   "dependencies": {
29     "Masonry": [
31     ],
32     "AFNetworking": [
34     ],
35     "MJRefresh": [
37     ],
38     "MJExtension": [
40     ],
41     "MBProgressHUD": [
43     ],
44     "SVProgressHUD": [
46     ],
47     "YTKNetwork": [
49     ],
50     "IQKeyboardManager": [
52     ],
53     "SDWebImage": [
55     ],
56     "TTTAttributedLabel": [
58     ],
59     "SSKeychain": [
61     ],
62     "LDProgressView": [
64     ]
65   },
66   "subspecs": [
67     {
68       "name": "Config",
69       "source_files": "MagicThought/Config/*.{h,m}"
70     },
71     {
72       "name": "Protocol",
73       "source_files": [
74         "MagicThought/Category/NSString/*.{h}",
75         "MagicThought/Protocol/*.{h,m}"
76       ]
77     },
78     {
79       "name": "Style",
80       "source_files": "MagicThought/Style/*.{h,m}"
81     },
82     {
83       "name": "Category",
84       "subspecs": [
85         {
86           "name": "NSString",
87           "source_files": "MagicThought/Category/NSString/*.{m,h}"
88         },
89         {
90           "name": "CLLocation",
91           "source_files": "MagicThought/Category/CLLocation/*.{m,h}"
92         },
93         {
94           "name": "NSObject",
95           "source_files": "MagicThought/Category/NSObject/*.{m,h}"
96         },
97         {
98           "name": "UIButton",
99           "source_files": "MagicThought/Category/UIButton/*.{m,h}"
100         },
101         {
102           "name": "UIColor",
103           "source_files": "MagicThought/Category/UIColor/*.{m,h}"
104         },
105         {
106           "name": "UIDevice",
107           "source_files": "MagicThought/Category/UIDevice/*.{m,h}",
108           "dependencies": {
109             "MagicThought/Category/NSString": [
111             ],
112             "MagicThought/Config": [
114             ],
115             "SSKeychain": [
117             ]
118           }
119         },
120         {
121           "name": "UILabel",
122           "source_files": "MagicThought/Category/UILabel/*.{m,h}",
123           "dependencies": {
124             "MagicThought/Category/NSString": [
126             ]
127           }
128         },
129         {
130           "name": "UINavigationBar",
131           "source_files": "MagicThought/Category/UINavigationBar/*.{m,h}",
132           "dependencies": {
133             "MagicThought/Category/UIDevice": [
135             ],
136             "MagicThought/Config": [
138             ]
139           }
140         },
141         {
142           "name": "UIView",
143           "source_files": "MagicThought/Category/UIView/*.{m,h}",
144           "dependencies": {
145             "MagicThought/Style": [
147             ],
148             "MagicThought/Config": [
150             ]
151           }
152         }
153       ]
154     }
155   ]