| { |
| "name": "AsyncSwiftTemp", |
| "version": "2.0.6", |
| "summary": "Syntactic sugar in Swift for asynchronous dispatches in Grand Central Dispatch", |
| "homepage": "https://github.com/CodeSilence/Async", |
| "license": { |
| "type": "MIT" |
| }, |
| "authors": { |
| "Tobias Due Munk": "cnzjackmail@gmail.com" |
| }, |
| "platforms": { |
| "osx": "10.10", |
| "ios": "8.0", |
| "tvos": "9.0", |
| "watchos": "3.0" |
| }, |
| "source": { |
| "git": "https://github.com/CodeSilence/Async.git", |
| "tag": "2.0.6" |
| }, |
| "source_files": "Sources/*/*.swift", |
| "requires_arc": true, |
| "module_name": "Async", |
| "pushed_with_swift_version": "3.0" |
| } |