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] DoordeckSDK 0.42.0
[CocoaPods.git]
/
Specs
/
1
/
5
/
a
/
ELKUtilKit
/
1.0.0
/
ELKUtilKit.podspec.json
blob
581ac4433ff0162443191ace9571449046375f28
1
{
2
"name": "ELKUtilKit",
3
"version": "1.0.0",
4
"summary": "Util",
5
"description": "Some useful tools",
6
"homepage": "https://github.com/CircusJonathan/ELKUtilKit",
7
"license": "MIT",
8
"authors": {
9
"Jonathan": "Jonathan_dk@163.com"
10
},
11
"platforms": {
12
"ios": null
13
},
14
"source": {
15
"git": "https://github.com/CircusJonathan/ELKUtilKit.git",
16
"tag": "1.0.0"
17
},
18
"source_files": [
19
"ELKUtilKit",
20
"ELKUtilKit/**/*.{h,m,framework,bundle}"
21
],
22
"requires_arc": true,
23
"ios": {
24
"frameworks": [
25
"Foundation",
26
"UIKit"
27
]
28
},
29
"dependencies": {
30
"SDWebImage": [
31
32
]
33
}
34
}