{ | |
"name": "CKPromise.Swift", | |
"version": "0.2", | |
"summary": "Swift attemp to implement Promise/A+", | |
"homepage": "https://github.com/cristik/CKPromise.Swift", | |
"source": { | |
"git": "https://github.com/cristik/CKPromise.Swift.git", | |
"tag": "0.2" | |
}, | |
"license": { | |
"type": "MIT", | |
"file": "License.txt" | |
}, | |
"authors": { | |
"Cristian Kocza": "cristik@cristik.com" | |
}, | |
"platforms": { | |
"ios": "8.0", | |
"osx": "10.10" | |
}, | |
"source_files": "CKPromise.Swift/*.{swift}" | |
} |