| { |
| "name": "VSPromise", |
| "version": "1.0.0", |
| "summary": "A simple lightweight Ojective-C promises", |
| "description": "VSPromise is a simple Objective-C implementation of promises.", |
| "homepage": "https://github.com/ViacheslavSoroka/VSPromise", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Viacheslav Soroka": "viacheslav.soroka@tutanota.com" |
| }, |
| "source": { |
| "git": "https://github.com/ViacheslavSoroka/VSPromise.git", |
| "tag": "1.0.0" |
| }, |
| "requires_arc": true, |
| "platforms": { |
| "ios": "8.0", |
| "osx": "10.9", |
| "tvos": "9.0" |
| }, |
| "header_mappings_dir": "Source", |
| "source_files": "Source/**/*.{swift,h,m,c,cpp}" |
| } |