blob: aac0a67936d76e5c80723f48447e1a79a6a730cd [file] [log] [blame]
{
"name": "thenPromise",
"version": "2.0.0",
"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": "2.0.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"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"
}