blob: 14c8d09d98facaf09b3502580be67e6def353283 [file] [log] [blame]
{
"name": "PromisesSwift",
"version": "1.0.8",
"authors": "Google Inc.",
"license": {
"type": "Apache",
"file": "LICENSE"
},
"homepage": "https://github.com/google/promises",
"source": {
"git": "https://github.com/google/promises.git",
"tag": "1.0.8"
},
"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": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"swift_version": "4.0",
"module_name": "Promises",
"source_files": "Sources/Promises/*.{swift}",
"dependencies": {
"PromisesObjC": [
"1.0.8"
]
}
}