blob: f256db7357e39ed6e788a7f906fbf797216bd025 [file] [log] [blame]
{
"name": "VSPromise",
"version": "1.0.1",
"summary": "A simple lightweight Ojective-C promises",
"description": "VSPromise is a simple Objective-C implementation of promises.",
"homepage": "https://github.com/ViacheslavSoroka/VSPromise",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Viacheslav Soroka": "viacheslav.soroka@tutanota.com"
},
"source": {
"git": "https://github.com/ViacheslavSoroka/VSPromise.git",
"tag": "1.0.1"
},
"requires_arc": true,
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0"
},
"header_mappings_dir": "Source",
"source_files": "Source/**/*.{swift,h,m,c,cpp}"
}