| { |
| "name": "Asynchronous", |
| "version": "0.1.0", |
| "summary": "Implementation agnostic asynchronous code", |
| "default_subspecs": "Core", |
| "description": "Async is a one-stop shop for your async needs, the user can use the subspecs\nto automatically run the Async code using completion handlers, BrightFutures, \nHydraAsync, PromiseKit, Promises, then and much more!", |
| "homepage": "https://github.com/fpg1503/Asynchronous", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "fpg1503": "fpg1503@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/fpg1503/Asynchronous.git", |
| "tag": "0.1.0" |
| }, |
| "social_media_url": "https://twitter.com/fpg1503", |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "subspecs": [ |
| { |
| "name": "Core", |
| "dependencies": { |
| "Result": [ |
| |
| ] |
| }, |
| "source_files": "Asynchronous/Core/*.swift" |
| }, |
| { |
| "name": "BrightFutures", |
| "dependencies": { |
| "BrightFutures": [ |
| |
| ] |
| }, |
| "source_files": "Asynchronous/Extensions/Async+BrightFutures.swift" |
| }, |
| { |
| "name": "PromiseKit", |
| "dependencies": { |
| "PromiseKit": [ |
| |
| ] |
| }, |
| "source_files": "Asynchronous/Extensions/Async+PromiseKit.swift" |
| }, |
| { |
| "name": "Promises", |
| "dependencies": { |
| "Promises": [ |
| |
| ] |
| }, |
| "source_files": "Asynchronous/Extensions/Async+Promises.swift" |
| }, |
| { |
| "name": "HydraAsync", |
| "dependencies": { |
| "HydraAsync": [ |
| |
| ] |
| }, |
| "source_files": "Asynchronous/Extensions/Async+HydraAsync.swift" |
| }, |
| { |
| "name": "Then", |
| "dependencies": { |
| "thenPromise": [ |
| |
| ] |
| }, |
| "source_files": "Asynchronous/Extensions/Async+Then.swift" |
| }, |
| { |
| "name": "Alamofire", |
| "dependencies": { |
| "Alamofire": [ |
| |
| ] |
| }, |
| "source_files": "Asynchronous/Extensions/Alamofire+Async.swift" |
| } |
| ] |
| } |