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