| { |
| "name": "SwiftPromise", |
| "version": "0.1.0", |
| "summary": "A minimal Promise library.", |
| "description": "Use this library to create a thenable Promise.", |
| "homepage": "https://github.com/rolandoasmat/SwiftPromise", |
| "license": "MIT", |
| "authors": { |
| "Rolando Asmat": "rolandoasmat@gmail.com" |
| }, |
| "social_media_url": "https://twitter.com/Rolando_Asmat", |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source": { |
| "git": "https://github.com/rolandoasmat/SwiftPromise.git", |
| "tag": "0.1.0" |
| }, |
| "source_files": "SwiftPromise/SwiftPromise", |
| "swift_version": "4.0" |
| } |