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] DocumentReaderFullStage 7.5.10940
[CocoaPods.git]
/
Specs
/
8
/
9
/
a
/
ALWkit
/
1.0.0
/
ALWkit.podspec.json
blob
55816532384cb3b75f7ab358bbcb2f4e492b697a
1
{
2
"name": "ALWkit",
3
"version": "1.0.0",
4
"license": "MIT",
5
"summary": "个人常用的一些小技巧与小工具.",
6
"homepage": "https://github.com/JohnGump/ALkit",
7
"authors": {
8
"AlphaWorld": "JohnGump@163.com"
9
},
10
"source": {
11
"git": "https://github.com/JohnGump/ALkit.git",
12
"tag": "1.0.0"
13
},
14
"requires_arc": true,
15
"platforms": {
16
"ios": "8.0"
17
},
18
"source_files": "ALkit/*.{h,m}",
19
"dependencies": {
20
"MBProgressHUD": [
21
"~> 0.9.1"
22
]
23
}
24
}