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