blob: b08faf45634c63b8a3efb82a4a232d5ee501c9ac [file] [log] [blame]
{
"name": "BAPromise",
"version": "3.0.11",
"summary": "Objective C Promise Library",
"description": "Swift Promise Library. An alternative to NSOperation for asynchronous operations.",
"homepage": "https://github.com/benski/BAPromise",
"license": "MIT",
"authors": {
"Ben Allison": "benski@winamp.com"
},
"source": {
"git": "https://github.com/benski/BAPromise.git",
"tag": "3.0.11"
},
"swift_version": "4.2",
"platforms": {
"ios": "10.0",
"osx": "10.12",
"tvos": "10.0"
},
"requires_arc": true,
"source_files": "Classes/*",
"public_header_files": "Classes/BAPromise.h"
}