[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 8 / f / 4 / BAPromise / 3.1.0 / BAPromise.podspec.json
blob1d82d53050cf22a5d700f2f3a1488f5a6428295b
2   "name": "BAPromise",
3   "version": "3.1.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.1.0"
14   },
15   "swift_versions": [
16     "4.2",
17     "5.0",
18     "5.1"
19   ],
20   "platforms": {
21     "ios": "10.0",
22     "osx": "10.12",
23     "tvos": "10.0"
24   },
25   "requires_arc": true,
26   "source_files": "Classes/*",
27   "public_header_files": "Classes/BAPromise.h",
28   "swift_version": "5.1"