blob: c54317bc0064d3f72a38b79d7b78ea3ecbf232f2 [file] [log] [blame]
{
"name": "XAsync",
"version": "1.0.0-rc1",
"summary": "Convenient wrapper for async operations.",
"description": "Allows to write an asyncronous code in synchronous manner. Inspired by C#'s await construction.",
"cocoapods_version": ">= 0.36",
"homepage": "https://github.com/p-orbitum/XAsync",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Pavlo Gorb": "p.orbitum@gmail.com"
},
"platforms": {
"osx": "10.11",
"ios": "8.0",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/p-orbitum/XAsync.git",
"tag": "1.0.0-rc1"
},
"module_name": "XAsync",
"source_files": "Content/**/*",
"requires_arc": true
}