blob: a8bdd53fc3f423978c2754bb9e72da3fc434db53 [file] [log] [blame]
{
"name": "Promises",
"version": "2.0.4",
"swift_versions": [
"4.2",
"5",
"5"
],
"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.4"
},
"social_media_url": "https://twitter.com/khanlou",
"source_files": "Promise/*.swift",
"cocoapods_version": ">= 1.0",
"platforms": {
"ios": "9.0",
"osx": "10.11",
"tvos": "9.0",
"watchos": "2.0"
},
"frameworks": "Foundation",
"swift_version": "5"
}