blob: 3bf48d50a7d550517cab4b09d43614a159fa08d6 [file] [log] [blame]
{
"name": "DRAsyncOperations",
"version": "1.0.1",
"license": {
"type": "MIT"
},
"summary": "Implementation of a concurrent NSOperation to abstract and help the creation of asynchronous operations.",
"homepage": "https://github.com/dmcrodrigues/DRAsyncOperations",
"authors": {
"David Rodrigues": "https://twitter.com/dmcrodrigues"
},
"source": {
"git": "https://github.com/dmcrodrigues/DRAsyncOperations.git",
"tag": "1.0.1"
},
"requires_arc": true,
"public_header_files": "DRAsyncOperations/DRAsyncOperations.h",
"source_files": "DRAsyncOperations/*.{h,m}",
"platforms": {
"ios": "7.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
}
}