[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 2 / 1 / 6 / STUtilities / 1.0.3 / STUtilities.podspec.json
blobb37e8d3e71c4a91b466cce534b519ee91d76b30d
2   "name": "STUtilities",
3   "version": "1.0.3",
4   "summary": "A package of useful codes to start a project quickly, private use.",
5   "description": "A package of useful codes to start a project quickly, private use.\nNow it contains:\n1.Base64\n2.JSONKit\n3.CocoaSecurity\n4.SQLCipher\n5.LKDBHelper\n6.MJRefresh\n7.IQKeyboardManager\n8.PureLayout\n9.DeviceUtil\n10.AFNetworking\n11.SDWebImage\n12.Toast\n13.NSDate-Extensions\n14.KDCycleBannerView\n15.GZIP\n16.MYBlurIntroductionView\n17.SCViewShaker\n18.Other",
6   "homepage": "https://github.com/tscc01/STUtilities",
7   "license": "MIT",
8   "authors": {
9     "Sola Li": "tscc01@163.com"
10   },
11   "platforms": {
12     "ios": "9.0"
13   },
14   "source": {
15     "git": "https://github.com/tscc01/STUtilities.git",
16     "tag": "1.0.3"
17   },
18   "source_files": "STUtilities/STUtilities/*.{h,m}",
19   "dependencies": {
20     "Base64": [
22     ],
23     "CocoaSecurity": [
25     ],
26     "SQLCipher": [
28     ],
29     "LKDBHelper": [
31     ],
32     "MJRefresh": [
34     ],
35     "IQKeyboardManager": [
37     ],
38     "PureLayout": [
40     ],
41     "DeviceUtil": [
43     ],
44     "AFNetworking": [
46     ],
47     "SDWebImage": [
49     ],
50     "Toast": [
52     ],
53     "NSDate-Extensions": [
55     ],
56     "KDCycleBannerView": [
58     ],
59     "GZIP": [
61     ],
62     "MYBlurIntroductionView": [
64     ],
65     "SCViewShaker": [
67     ]
68   },
69   "subspecs": [
70     {
71       "name": "STContext",
72       "platforms": {
73         "ios": "9.0"
74       },
75       "source_files": "STUtilities/STUtilities/STContext/*.{h,m}"
76     },
77     {
78       "name": "BasicUtility",
79       "platforms": {
80         "ios": "9.0"
81       },
82       "dependencies": {
83         "STUtilities/STContext": [
85         ]
86       },
87       "source_files": "STUtilities/STUtilities/BasicUtility/*.{h,m}"
88     },
89     {
90       "name": "Category",
91       "platforms": {
92         "ios": "9.0"
93       },
94       "subspecs": [
95         {
96           "name": "NSMutableAttributedString+ST",
97           "platforms": {
98             "ios": "9.0"
99           },
100           "source_files": "STUtilities/STUtilities/Category/NSMutableAttributedString+ST.{h,m}"
101         },
102         {
103           "name": "NSObject+ST",
104           "platforms": {
105             "ios": "9.0"
106           },
107           "source_files": "STUtilities/STUtilities/Category/NSObject+ST.{h,m}"
108         },
109         {
110           "name": "UIImage+animatedGIF",
111           "platforms": {
112             "ios": "9.0"
113           },
114           "source_files": "STUtilities/STUtilities/Category/UIImage+animatedGIF.{h,m}"
115         },
116         {
117           "name": "UIView+ST",
118           "platforms": {
119             "ios": "9.0"
120           },
121           "source_files": "STUtilities/STUtilities/Category/UIView+ST.{h,m}"
122         },
123         {
124           "name": "UITableViewCell+ST",
125           "platforms": {
126             "ios": "9.0"
127           },
128           "dependencies": {
129             "STUtilities/Category/UIView+ST": [
131             ]
132           },
133           "source_files": "STUtilities/STUtilities/Category/UITableViewCell+ST.{h,m}"
134         },
135         {
136           "name": "UIColor+ST",
137           "platforms": {
138             "ios": "9.0"
139           },
140           "source_files": "STUtilities/STUtilities/Category/UIColor+ST.{h,m}"
141         },
142         {
143           "name": "UIViewController+ST",
144           "platforms": {
145             "ios": "9.0"
146           },
147           "dependencies": {
148             "STUtilities/Category/NSObject+ST": [
150             ]
151           },
152           "source_files": "STUtilities/STUtilities/Category/UIViewController+ST.{h,m}"
153         },
154         {
155           "name": "UINavigationController+ST",
156           "platforms": {
157             "ios": "9.0"
158           },
159           "dependencies": {
160             "STUtilities/Category/NSObject+ST": [
162             ]
163           },
164           "source_files": "STUtilities/STUtilities/Category/UINavigationController+ST.{h,m}"
165         },
166         {
167           "name": "UIViewController+SplashView",
168           "platforms": {
169             "ios": "9.0"
170           },
171           "dependencies": {
172             "STUtilities/Category/UIColor+ST": [
174             ],
175             "STUtilities/Category/UIView+ST": [
177             ],
178             "STUtilities/Category/UIImage+animatedGIF": [
180             ]
181           },
182           "source_files": "STUtilities/STUtilities/Category/UIViewController+SplashView/*.{h,m}",
183           "subspecs": [
184             {
185               "name": "HUDProgressView",
186               "platforms": {
187                 "ios": "9.0"
188               },
189               "source_files": "STUtilities/STUtilities/Category/UIViewController+SplashView/HUDProgressView/*.{h,m}"
190             },
191             {
192               "name": "LoadingSplashView",
193               "platforms": {
194                 "ios": "9.0"
195               },
196               "source_files": "STUtilities/STUtilities/Category/UIViewController+SplashView/LoadingSplashView/*.{h,m}"
197             },
198             {
199               "name": "NoneDataView",
200               "platforms": {
201                 "ios": "9.0"
202               },
203               "source_files": "STUtilities/STUtilities/Category/UIViewController+SplashView/NoneDataView/*.{h,m}"
204             },
205             {
206               "name": "SplashFailedView",
207               "platforms": {
208                 "ios": "9.0"
209               },
210               "source_files": "STUtilities/STUtilities/Category/UIViewController+SplashView/SplashFailedView/*.{h,m}"
211             }
212           ]
213         }
214       ]
215     }
216   ]