blob: 8fce2237bca00ef531f2b8f5e09178c7265a70b9 [file] [log] [blame]
{
"name": "MTOperator",
"version": "0.3.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.3.0"
},
"platforms": {
"ios": "5.0",
"osx": "10.5"
},
"requires_arc": false,
"source_files": "Classes",
"public_header_files": "Classes/MTOperator.h"
}