blob: 685658a910c697f5d1b8be7bdfd7ff87da17caed [file] [log] [blame]
{
"name": "Ax",
"version": "0.1.1",
"summary": "Ax is a library written in Swift that helps you to control the flow of asynchronous executions in a simplified way.",
"description": "Ax is a library written in Swift that helps you to control the flow of asynchronous executions in a simplified way .",
"homepage": "https://github.com/wilsonbalderrama/Ax",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Wilson Balderrama": "wilson.balderrama@gmail.com"
},
"source": {
"git": "https://github.com/wilsonbalderrama/Ax.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Ax/**/*"
}