[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 8 / f / 4 / BAPromise / 3.0.0 / BAPromise.podspec.json
blobdffc7f012260dc1fbac38d262d0a5174d5782beb
2   "name": "BAPromise",
3   "version": "3.0.0",
4   "summary": "Objective C Promise Library",
5   "description": "Swift 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": "3.0.0"
14   },
15   "static_framework": true,
16   "swift_version": "4.1",
17   "platforms": {
18     "ios": "10.0",
19     "osx": "10.12",
20     "tvos": "10.0"
21   },
22   "requires_arc": true,
23   "source_files": "Classes/*",
24   "public_header_files": "Classes/BAPromise.h"