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] BideaseConnect 1.0.79
[CocoaPods.git]
/
Specs
/
6
/
8
/
1
/
SwiftHelper
/
0.0.4
/
SwiftHelper.podspec.json
blob
e6a77153d6a6efa3508b3162deb9e2bc07e2bf90
1
{
2
"name": "SwiftHelper",
3
"version": "0.0.4",
4
"summary": "项目中用的一些工具类和Extension",
5
"homepage": "https://github.com/LiuChang712/SwiftHelper",
6
"license": "MIT",
7
"authors": {
8
"liuchang": "iosliuchang@163.com"
9
},
10
"platforms": {
11
"ios": "8.0"
12
},
13
"source": {
14
"git": "https://github.com/LiuChang712/SwiftHelper.git",
15
"tag": "0.0.4"
16
},
17
"source_files": [
18
"SwiftHelper",
19
"SwiftHelper/**/*.{swift}"
20
],
21
"frameworks": "UIKit",
22
"requires_arc": true,
23
"dependencies": {
24
"Kingfisher": [
25
26
]
27
}
28
}