blob: 2a1c9d99b8b4cfdd7f6ea4ba4b04e8623b90d744 [file] [log] [blame]
{
"name": "PromiseIOU",
"version": "1.0.2",
"description": "PromiseIOU makes it easer to handle asynchronous code in Swift with type safety. It's focused making it easy to manage complex asynchronous code.",
"authors": {
"Grant Oladipo": "grant@oladipo.us"
},
"summary": "An implementation of futures written in Swift.",
"homepage": "https://github.com/kocodude/PromiseIOU",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"source": {
"git": "https://github.com/kocodude/PromiseIOU.git",
"tag": "1.0.2"
},
"social_media_url": "https://twitter.com/kocodude",
"platforms": {
"ios": "9.0"
},
"source_files": "PromiseIOU/Classes/**/*",
"dependencies": {
"Operator": [
"~> 0.1"
]
}
}