[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 8 / f / 4 / BAPromise / 3.3.1 / BAPromise.podspec.json
blob5d5bc17aeb4cc274e5513b6f6a478e40d3948e2b
2   "name": "BAPromise",
3   "version": "3.3.1",
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.3.1"
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     "watchos": "6.0"
25   },
26   "requires_arc": true,
27   "source_files": "Classes/*",
28   "public_header_files": "Classes/BAPromise.h",
29   "testspecs": [
30     {
31       "name": "Tests",
32       "test_type": "unit",
33       "source_files": "BAPromiseTests/*",
34       "scheme": {
35         "code_coverage": true
36       }
37     }
38   ],
39   "swift_version": "5.1"