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] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git]
/
Specs
/
8
/
c
/
6
/
CWTips
/
1.0
/
CWTips.podspec.json
blob
333e1d74d46f4f6b405930d22a12a05f8656590a
1
{
2
"name": "CWTips",
3
"version": "1.0",
4
"summary": "A convinient wrapper for MBProgressHUD.",
5
"homepage": "https://github.com/6david9/Tips",
6
"license": "MIT",
7
"authors": {
8
"ly": "6david9@163.com"
9
},
10
"platforms": {
11
"ios": "6.0"
12
},
13
"source": {
14
"git": "https://github.com/6david9/Tips.git",
15
"tag": "1.0"
16
},
17
"source_files": "Tips/Classes/*.{h,m}",
18
"requires_arc": true,
19
"dependencies": {
20
"MBProgressHUD": [
21
"0.8"
22
]
23
}
24
}