blob: 845f169ae1183213efeffa568b97b37a6b35ccbd [file] [log] [blame]
{
"name": "BAPromise",
"version": "1.1.0",
"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.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"requires_arc": true,
"source_files": "Classes/*",
"public_header_files": "Classes/*.h"
}