blob: b4d62d117948c8aefbb679b2947467675214c021 [file] [log] [blame]
{
"name": "BAPromise",
"version": "3.3.3",
"summary": "Objective C Promise Library",
"description": "Swift Promise Library. An alternative to NSOperation for asynchronous operations.",
"homepage": "https://github.com/benski/BAPromise",
"license": "MIT",
"authors": {
"Ben Allison": "benski@winamp.com"
},
"source": {
"git": "https://github.com/benski/BAPromise.git",
"tag": "3.3.3"
},
"swift_versions": [
"4.2",
"5.0",
"5.1"
],
"platforms": {
"ios": "10.0",
"osx": "10.12",
"tvos": "10.0",
"watchos": "6.0"
},
"requires_arc": true,
"source_files": "Classes/*",
"public_header_files": "Classes/BAPromise.h",
"testspecs": [
{
"name": "Tests",
"test_type": "unit",
"source_files": "BAPromiseTests/*",
"scheme": {
"code_coverage": true
}
}
],
"swift_version": "5.1"
}