[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 8 / f / 4 / BAPromise / 1.2.2 / BAPromise.podspec.json
blobbc68505b3e2488b972fdc4b454addda1bbb8d49d
2   "name": "BAPromise",
3   "version": "1.2.2",
4   "summary": "Objective C Promise Library",
5   "description": "Objective C Promise Library. An alternative to NSOperation for asynchronous operations.",
6   "homepage": "https://github.com/benski/BAPromise",
7   "license": "MIT",
8   "authors": {
9     "Ben Allison": "benski@winamp.com"
10   },
11   "source": {
12     "git": "https://github.com/benski/BAPromise.git",
13     "tag": "1.2.2"
14   },
15   "platforms": {
16     "ios": "8.0",
17     "osx": "10.10",
18     "tvos": "9.0"
19   },
20   "requires_arc": true,
21   "source_files": "Classes/*",
22   "public_header_files": "Classes/BAPromise.h"