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] jionews-shortssdk-cocoapod 2.1.5
[CocoaPods.git]
/
Specs
/
d
/
4
/
8
/
Then
/
2.1.0
/
Then.podspec.json
blob
441bbc73d5a03a495ba461e478710ced5df7ece5
1
{
2
"name": "Then",
3
"version": "2.1.0",
4
"summary": "Super sweet syntactic sugar for Swift initializers.",
5
"homepage": "https://github.com/devxoul/Then",
6
"license": {
7
"type": "MIT",
8
"file": "LICENSE"
9
},
10
"authors": {
11
"Suyeol Jeon": "devxoul@gmail.com"
12
},
13
"source": {
14
"git": "https://github.com/devxoul/Then.git",
15
"tag": "2.1.0"
16
},
17
"source_files": "Sources/*.swift",
18
"requires_arc": true,
19
"platforms": {
20
"ios": "8.0",
21
"osx": "10.9",
22
"tvos": "9.0"
23
}
24
}