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] ZJSDK 2.5.4.14
[CocoaPods.git]
/
Specs
/
9
/
b
/
4
/
semver
/
0.1.0
/
semver.podspec.json
blob
bdab17dadcfbdf8103dc8ea52980ddd49f39218d
1
{
2
"name": "semver",
3
"version": "0.1.0",
4
"summary": "Swift Semantic Versioning Library",
5
"homepage": "https://github.com/weekwood/Semver.Swift.git",
6
"license": "MIT",
7
"authors": {
8
"di wu": "di.wu@me.com"
9
},
10
"source": {
11
"git": "https://github.com/weekwood/semver.swift.git",
12
"tag": "0.1.0"
13
},
14
"platforms": {
15
"ios": "8.0"
16
},
17
"requires_arc": true,
18
"source_files": [
19
"Semver.swift"
20
]
21
}