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