| { |
| "name": "ZZPromises", |
| "version": "1.0.5", |
| "summary": "Network request promises, generic promises.", |
| "description": "Provides a promises API for user-defined tasks, as well as a network-request promise API.", |
| "homepage": "https://github.com/8birds/zzpromises", |
| "license": { |
| "type": "Apache License, Version 2.0", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Rick Kern": "rick@8birdsvideo.com" |
| }, |
| "source": { |
| "git": "https://github.com/8birds/zzpromises.git", |
| "tag": "1.0.5" |
| }, |
| "platforms": { |
| "ios": "10.0" |
| }, |
| "source_files": "ZZPromises/Classes/**/*", |
| "libraries": "resolv" |
| } |