| { |
| "name": "MiniFuture", |
| "version": "0.3.1", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE.txt" |
| }, |
| "summary": "A monadic Future design pattern implementation in Swift", |
| "homepage": "https://github.com/tkareine/MiniFuture", |
| "social_media_url": "http://twitter.com/tkareine", |
| "source": { |
| "git": "https://github.com/tkareine/MiniFuture.git", |
| "tag": "0.3.1" |
| }, |
| "authors": { |
| "Tuomas Kareinen": "tkareine@gmail.com" |
| }, |
| "platforms": { |
| "ios": "8.0", |
| "osx": "10.9" |
| }, |
| "requires_arc": true, |
| "source_files": "Source/**/*.swift" |
| } |