blob: 30e9794ebf3087607491a18315a721b9427559ca [file] [log] [blame]
{
"name": "Promises",
"version": "2.0.1",
"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.1"
},
"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"
}