blob: bbf793cd3d915d7f233cba78faf528e1a00f15ce [file] [log] [blame]
{
"name": "TheChain",
"version": "1.1.4",
"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.4"
},
"platforms": {
"ios": "8.0"
},
"swift_version": "4.2",
"default_subspecs": [
"Core",
"Networking"
],
"subspecs": [
{
"name": "Core",
"source_files": "TheChain/Classes/Core/**/*"
},
{
"name": "Networking",
"dependencies": {
"TheChain/Core": [
]
},
"source_files": "TheChain/Classes/Extensions/Networking/**/*"
},
{
"name": "Alamofire",
"dependencies": {
"TheChain/Networking": [
],
"Alamofire": [
"~> 4.8.0"
]
},
"source_files": "TheChain/Classes/Extensions/Alamofire/**/*"
}
]
}