blob: 7febc794e970caf4ec3cc40d17dfa9ea09782542 [file] [log] [blame]
{
"name": "TheChain",
"version": "1.1.3",
"summary": "Async Swift tasks chaining",
"homepage": "https://github.com/ovrchk/TheChain",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Dmitry": "d@ovrchk.com"
},
"source": {
"git": "https://github.com/ovrchk/TheChain.git",
"tag": "1.1.3"
},
"platforms": {
"ios": "8.0"
},
"swift_version": "4.2",
"default_subspecs": [
"Core",
"GCD",
"URLSession",
"Optional"
],
"subspecs": [
{
"name": "Core",
"source_files": "TheChain/Classes/Core/**/*"
},
{
"name": "Optional",
"source_files": "TheChain/Classes/Extensions/Optional/**/*"
},
{
"name": "GCD",
"dependencies": {
"TheChain/Core": [
],
"TheChain/Optional": [
]
},
"source_files": "TheChain/Classes/Extensions/GCD/**/*"
},
{
"name": "URLSession",
"dependencies": {
"TheChain/Core": [
],
"TheChain/Optional": [
]
},
"source_files": "TheChain/Classes/Extensions/URLSession/**/*"
}
]
}