[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 2 / 1 / 6 / STUtilities / 0.0.4 / STUtilities.podspec.json
blobe7bf0c13fdb253cacd16eea114147bb9cff4ebea
2   "name": "STUtilities",
3   "version": "0.0.4",
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.STSafeCategory\n7.MJRefresh\n8.IQKeyboardManager\n9.PureLayout\n10.DeviceUtil\n11.AFNetworking\n12.SDWebImage\n13.Toast\n14.NSDate-Extensions\n15.KDCycleBannerView\n16.GZIP\n17.MYBlurIntroductionView\n18.NJKWebViewProgress\n19.SCViewShaker\n20.Other",
6   "homepage": "https://github.com/tscc01/STUtilities",
7   "license": "MIT",
8   "authors": {
9     "Sola Li": "tscc01@163.com"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "https://github.com/tscc01/STUtilities.git",
16     "tag": "0.0.4"
17   },
18   "source_files": "STUtilities/STUtilities/*.{h,m}",
19   "dependencies": {
20     "Base64": [
21       "~> 1.1.2"
22     ],
23     "CocoaSecurity": [
24       "~> 1.2.4"
25     ],
26     "SQLCipher": [
27       "~> 3.1.0"
28     ],
29     "LKDBHelper": [
30       "~> 2.3"
31     ],
32     "STSafeCategory": [
33       "~> 0.0.2"
34     ],
35     "MJRefresh": [
36       "~> 3.1.12"
37     ],
38     "IQKeyboardManager": [
39       "~> 3.2.2"
40     ],
41     "PureLayout": [
42       "~> 2.0.5"
43     ],
44     "DeviceUtil": [
45       "~> 1.2"
46     ],
47     "AFNetworking": [
48       "~> 2.5"
49     ],
50     "SDWebImage": [
51       "~> 3.7.5"
52     ],
53     "Toast": [
54       "~> 2.4"
55     ],
56     "NSDate-Extensions": [
57       "~> 0.0.1"
58     ],
59     "KDCycleBannerView": [
60       "~> 1.1.1"
61     ],
62     "GZIP": [
63       "~> 1.1.1"
64     ],
65     "MYBlurIntroductionView": [
66       "~> 1.0.3"
67     ],
68     "NJKWebViewProgress": [
69       "~> 0.2.3"
70     ],
71     "SCViewShaker": [
72       "~> 1.0.2"
73     ]
74   },
75   "subspecs": [
76     {
77       "name": "STContext",
78       "platforms": {
79         "ios": "7.0"
80       },
81       "source_files": "STUtilities/STUtilities/STContext/*.{h,m}"
82     },
83     {
84       "name": "BasicUtility",
85       "platforms": {
86         "ios": "7.0"
87       },
88       "dependencies": {
89         "STUtilities/STContext": [
91         ]
92       },
93       "source_files": "STUtilities/STUtilities/BasicUtility/*.{h,m}"
94     },
95     {
96       "name": "Category",
97       "platforms": {
98         "ios": "7.0"
99       },
100       "subspecs": [
101         {
102           "name": "NSMutableAttributedString+ST",
103           "platforms": {
104             "ios": "7.0"
105           },
106           "source_files": "STUtilities/STUtilities/Category/NSMutableAttributedString+ST.{h,m}"
107         },
108         {
109           "name": "NSObject+ST",
110           "platforms": {
111             "ios": "7.0"
112           },
113           "source_files": "STUtilities/STUtilities/Category/NSObject+ST.{h,m}"
114         },
115         {
116           "name": "UIImage+animatedGIF",
117           "platforms": {
118             "ios": "7.0"
119           },
120           "source_files": "STUtilities/STUtilities/Category/UIImage+animatedGIF.{h,m}"
121         },
122         {
123           "name": "UIView+ST",
124           "platforms": {
125             "ios": "7.0"
126           },
127           "source_files": "STUtilities/STUtilities/Category/UIView+ST.{h,m}"
128         },
129         {
130           "name": "UITableViewCell+ST",
131           "platforms": {
132             "ios": "7.0"
133           },
134           "dependencies": {
135             "STUtilities/Category/UIView+ST": [
137             ]
138           },
139           "source_files": "STUtilities/STUtilities/Category/UITableViewCell+ST.{h,m}"
140         },
141         {
142           "name": "UIColor+ST",
143           "platforms": {
144             "ios": "7.0"
145           },
146           "source_files": "STUtilities/STUtilities/Category/UIColor+ST.{h,m}"
147         },
148         {
149           "name": "UIViewController+ST",
150           "platforms": {
151             "ios": "7.0"
152           },
153           "dependencies": {
154             "STUtilities/Category/NSObject+ST": [
156             ]
157           },
158           "source_files": "STUtilities/STUtilities/Category/UIViewController+ST.{h,m}"
159         },
160         {
161           "name": "UINavigationController+ST",
162           "platforms": {
163             "ios": "7.0"
164           },
165           "dependencies": {
166             "STUtilities/Category/NSObject+ST": [
168             ]
169           },
170           "source_files": "STUtilities/STUtilities/Category/UINavigationController+ST.{h,m}"
171         },
172         {
173           "name": "UIViewController+SplashView",
174           "platforms": {
175             "ios": "7.0"
176           },
177           "dependencies": {
178             "STUtilities/Category/UIColor+ST": [
180             ],
181             "STUtilities/Category/UIView+ST": [
183             ],
184             "STUtilities/Category/UIImage+animatedGIF": [
186             ]
187           },
188           "source_files": "STUtilities/STUtilities/Category/UIViewController+SplashView/*.{h,m}",
189           "subspecs": [
190             {
191               "name": "HUDProgressView",
192               "platforms": {
193                 "ios": "7.0"
194               },
195               "source_files": "STUtilities/STUtilities/Category/UIViewController+SplashView/HUDProgressView/*.{h,m}"
196             },
197             {
198               "name": "LoadingSplashView",
199               "platforms": {
200                 "ios": "7.0"
201               },
202               "source_files": "STUtilities/STUtilities/Category/UIViewController+SplashView/LoadingSplashView/*.{h,m}"
203             },
204             {
205               "name": "NoneDataView",
206               "platforms": {
207                 "ios": "7.0"
208               },
209               "source_files": "STUtilities/STUtilities/Category/UIViewController+SplashView/NoneDataView/*.{h,m}"
210             },
211             {
212               "name": "SplashFailedView",
213               "platforms": {
214                 "ios": "7.0"
215               },
216               "source_files": "STUtilities/STUtilities/Category/UIViewController+SplashView/SplashFailedView/*.{h,m}"
217             }
218           ]
219         }
220       ]
221     }
222   ]