blob: 28adae837fe379a19addaac9cfc4740de9a8f696 [file] [log] [blame]
{
"name": "BAPromise",
"version": "1.2.6",
"summary": "Objective C Promise Library",
"description": "Objective C 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": "1.2.6"
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0"
},
"requires_arc": true,
"source_files": "Classes/*",
"public_header_files": "Classes/BAPromise.h"
}