blob: aa3ff274247c007784b66c652cb1c907c0da2f06 [file] [log] [blame]
{
"name": "thenPromise",
"version": "5.1.1",
"summary": "Elegant Promises for Swift",
"homepage": "https://github.com/freshOS/then",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "S4cha",
"source": {
"git": "https://github.com/freshOS/then.git",
"tag": "5.1.1"
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "3.0"
},
"social_media_url": "https://twitter.com/sachadso",
"source_files": "Source/*.swift",
"requires_arc": true,
"description": "Elegant Async code for Swift 🎬- Async code finally readable by a human being",
"module_name": "Then",
"swift_versions": [
"2",
"3",
"4",
"4.1",
"4.2",
"5.0"
],
"swift_version": "5.0"
}