blob: 41e36764d86af9b3f2a76e3aa6d5485e9010ef9a [file] [log] [blame]
{
"name": "ThenAsync",
"version": "5.0.0",
"summary": "Elegant Promises for Swift",
"homepage": "https://github.com/taledog/then",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "arden",
"source": {
"git": "https://github.com/taledog/then.git",
"tag": "5.0.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0"
},
"social_media_url": "https://weibo.com/arden",
"source_files": "Source/*.swift",
"requires_arc": true,
"description": "Elegant Async code for Swift 🎬- Async code finally readable by a human being",
"module_name": "then"
}