[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 2 / 1 / 6 / STUtilities / 0.0.1 / STUtilities.podspec.json
blob9dfac47b68858309ee5376e7d78d0597f5dbedd6
2   "name": "STUtilities",
3   "version": "0.0.1",
4   "summary": "A package of useful codes to start a project quickly.",
5   "description": "A package of useful codes to start a project quickly.\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.1"
17   },
18   "source_files": [
19     "STUtilities/STUtilities",
20     "STUtilities/STUtilities/STUtilities/**/*.{h,m}",
21     "STUtilities/STUtilities/STUtilities/*.{h,m}"
22   ],
23   "dependencies": {
24     "Base64": [
25       "~> 1.1.2"
26     ],
27     "CocoaSecurity": [
28       "~> 1.2.4"
29     ],
30     "SQLCipher": [
31       "~> 3.1.0"
32     ],
33     "LKDBHelper": [
34       "~> 2.3"
35     ],
36     "STSafeCategory": [
37       "~> 0.0.2"
38     ],
39     "MJRefresh": [
40       "~> 3.1.12"
41     ],
42     "IQKeyboardManager": [
43       "~> 3.2.2"
44     ],
45     "PureLayout": [
46       "~> 2.0.5"
47     ],
48     "DeviceUtil": [
49       "~> 1.2"
50     ],
51     "AFNetworking": [
52       "~> 2.5"
53     ],
54     "SDWebImage": [
55       "~> 3.7.5"
56     ],
57     "Toast": [
58       "~> 2.4"
59     ],
60     "NSDate-Extensions": [
61       "~> 0.0.1"
62     ],
63     "KDCycleBannerView": [
64       "~> 1.1.1"
65     ],
66     "GZIP": [
67       "~> 1.1.1"
68     ],
69     "MYBlurIntroductionView": [
70       "~> 1.0.3"
71     ],
72     "NJKWebViewProgress": [
73       "~> 0.2.3"
74     ],
75     "SCViewShaker": [
76       "~> 1.0.2"
77     ]
78   }