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] DemoTestFramework 1.0.6
[CocoaPods.git]
/
Specs
/
f
/
c
/
e
/
TheChain
/
1.2.0
/
TheChain.podspec.json
blob
f206f33aef6171498726e713a3cba948389c4512
1
{
2
"name": "TheChain",
3
"version": "1.2.0",
4
"summary": "Async Swift tasks chaining",
5
"homepage": "https://github.com/ovrchk/TheChain",
6
"license": {
7
"type": "MIT",
8
"file": "LICENSE"
9
},
10
"authors": {
11
"Dmitry": "d@ovrchk.com"
12
},
13
"source": {
14
"git": "https://github.com/ovrchk/TheChain.git",
15
"tag": "1.2.0"
16
},
17
"platforms": {
18
"ios": "8.0"
19
},
20
"swift_version": "5.0",
21
"source_files": "TheChain/Classes/**/*"
22
}