blob: 1c0ee084a7efe648284bbb84bebcc8178b6e5564 [file] [log] [blame]
{
"name": "MTOperator",
"version": "0.2.0",
"summary": "An abstract implementation of generic operator.",
"description": "An abstract implementation of generic operator.\n\n* Start and stop.\n* Setting up and tearing down stages with optional timeout \n* Child operators\n",
"homepage": "https://github.com/mintech/MTOperator",
"license": "MIT",
"authors": {
"Sungwook Yoon": "y94@mintech.kr"
},
"source": {
"git": "https://github.com/mintech/MTOperator.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "5.0",
"osx": "10.5"
},
"requires_arc": false,
"source_files": "Classes",
"public_header_files": "Classes/MTOperator.h"
}