blob: 029d6a906a5f9a158dbfd1f9ae7a14b501f52aef [file] [log] [blame]
{
"name": "Promisor",
"version": "0.1.0",
"summary": "A Swift implementation of Promise.",
"description": "Promisor is an implementation of Promise in Swift. A promise represents the eventual result of an asynchronous operation.\nPromises are very similar to the promises you make in real life. A promise can either be kept or broken.",
"homepage": "https://github.com/enniobovyn/Promisor",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ennio Bovyn": "enniobovyn@gmail.com"
},
"source": {
"git": "https://github.com/enniobovyn/Promisor.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"swift_version": "4.0",
"source_files": "Promisor/Classes/**/*"
}