blob: eb3196ab6841654381a9802a502543e03ae29ea8 [file] [log] [blame]
{
"name": "PromiseCore",
"version": "1.0.0",
"summary": "A lightweight Promise library for Swift.",
"description": "As I said, a lightweight Promise library for Swift.",
"homepage": "https://github.com/nilinyi/PromiseCore",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Linyi (Leo) Ni": "nilinyi@me.com"
},
"source": {
"git": "https://github.com/nilinyi/PromiseCore.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"swift_version": "4.2",
"source_files": "PromiseCore/Classes/**/*"
}