blob: b0b2c160bf7860ab17d7e6f3017638e25a36a711 [file] [log] [blame]
{
"name": "BAPromise",
"version": "1.1.2",
"summary": "Objective C Promise Library",
"description": " Objective C Promise Library. An alternative to NSOperation for asynchronous operations.\n",
"homepage": "https://github.com/benski/BAPromise",
"license": "MIT",
"authors": {
"Ben Allison": "benski@winamp.com"
},
"source": {
"git": "https://github.com/benski/BAPromise.git",
"tag": "1.1.2"
},
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"requires_arc": true,
"source_files": "Classes/*",
"public_header_files": "Classes/BAPromise.h"
}