repo.or.cz
/
CocoaPods.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git]
/
Specs
/
0
/
2
/
4
/
SSToolkit
/
2.0.0
/
SSToolkit.podspec.json
blob
073ed05faa530971374d62fced549cb04f50204c
1
{
2
"name": "SSToolkit",
3
"version": "2.0.0",
4
"authors": {
5
"Sam Soffes": "sam@soff.es"
6
},
7
"homepage": "https://github.com/soffes/sstoolkit",
8
"summary": "A grab bag of iOS goodness.",
9
"source": {
10
"git": "https://github.com/soffes/sstoolkit.git",
11
"tag": "v2.0.0"
12
},
13
"license": {
14
"type": "MIT",
15
"file": "LICENSE"
16
},
17
"platforms": {
18
"ios": "6.0"
19
},
20
"requires_arc": true,
21
"source_files": "SSToolkit",
22
"dependencies": {
23
"SAMAddressBar": [
24
25
],
26
"SAMBadgeView": [
27
28
],
29
"SAMGradientView": [
30
31
],
32
"SAMHUDView": [
33
34
],
35
"SAMLabel": [
36
37
],
38
"SAMLoadingView": [
39
40
],
41
"SAMCircleProgressView": [
42
43
],
44
"SAMRateLimit": [
45
46
],
47
"SAMTextField": [
48
49
],
50
"SAMTextView": [
51
52
],
53
"SAMWebView": [
54
55
],
56
"SAMCategories": [
57
58
]
59
}
60
}