blob: d618c314540899b9442d679567ad47a0e3dd5285 [file] [log] [blame]
{
"name": "AsyncCoordinator",
"version": "1.2",
"license": "BSD",
"homepage": "https://github.com/nickenchev/async-coordinator",
"authors": {
"Nick Enchev": "nikolaenchev@gmail.com"
},
"summary": "Manage multiple async requests in a parallel or serial manner.",
"source": {
"git": "https://github.com/nickenchev/async-coordinator.git",
"tag": "1.2"
},
"platforms": {
"ios": "8.0"
},
"public_header_files": "AsyncCoordinator/*.h",
"source_files": "AsyncCoordinator/*.{h,m}"
}