| { |
| "name": "PromiseIOU", |
| "version": "1.0.0", |
| "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.0" |
| }, |
| "social_media_url": "https://twitter.com/kocodude", |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source_files": "PromiseIOU/Classes/**/*", |
| "dependencies": { |
| "Operator": [ |
| "~> 0.1" |
| ] |
| } |
| } |