blob: 4f8f255b5271330399dfb41fe15b948de84ba327 [file] [log] [blame]
{
"name": "TheChain",
"version": "1.1.2",
"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.2"
},
"platforms": {
"ios": "8.0"
},
"swift_version": "4.2",
"default_subspecs": [
"Core",
"GCD",
"URLSession",
"Optional"
],
"subspecs": [
{
"name": "Core",
"source_files": "TheChain/Classes/Core/**/*"
},
{
"name": "GCD",
"dependencies": {
"TheChain/Core": [
]
},
"source_files": "TheChain/Classes/Extensions/GCD/**/*"
},
{
"name": "URLSession",
"dependencies": {
"TheChain/Core": [
]
},
"source_files": "TheChain/Classes/Extensions/URLSession/**/*"
},
{
"name": "Optional",
"source_files": "TheChain/Classes/Extensions/Optional/**/*"
}
]
}