blob: 8e3669b6a253a13df8da08eb10f6bde65feb7d54 [file] [log] [blame]
{
"name": "Promises",
"version": "2.0",
"summary": "A Promise library for Swift",
"description": "A Promise library for Swift, based partially on Javascript's A+ spec",
"module_name": "Promise",
"homepage": "https://github.com/khanlou/Promise",
"license": "MIT",
"authors": {
"Soroush Khanlou": "soroush@khanlou.com"
},
"source": {
"git": "https://github.com/khanlou/Promise.git",
"tag": "2.0"
},
"social_media_url": "https://twitter.com/khanlou",
"source_files": "Promise/*.swift",
"cocoapods_version": ">= 1.0",
"platforms": {
"ios": "9.0",
"osx": "10.11"
},
"frameworks": "Foundation",
"pushed_with_swift_version": "4.0"
}