blob: 806feb3bafee9a189dc005f1d0bfad75218acde3 [file] [log] [blame]
{
"name": "BAPromise",
"version": "1.0.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.0.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Classes/*",
"public_header_files": "Classes/*.h"
}