blob: c4f09eab9e6380f442a28fb6ba3fe7de68ac0d82 [file] [log] [blame]
{
"name": "PromisesSwift",
"version": "1.2.11",
"authors": "Google Inc.",
"license": {
"type": "Apache",
"file": "LICENSE"
},
"homepage": "https://github.com/google/promises",
"source": {
"git": "https://github.com/google/promises.git",
"tag": "1.2.11"
},
"summary": "Synchronization construct for Swift",
"description": "Promises is a modern framework that provides a synchronization construct for\nSwift to facilitate writing asynchronous code.",
"platforms": {
"ios": "9.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"swift_versions": [
"5.0",
"5.2"
],
"module_name": "Promises",
"source_files": "Sources/Promises/*.{swift}",
"dependencies": {
"PromisesObjC": [
"1.2.11"
]
},
"swift_version": "5.2"
}