[Add] ZCShareSDK 0.0.12
[CocoaPods.git] / Specs / 3 / b / f / MTOperator / 0.2.0 / MTOperator.podspec.json
blob1c0ee084a7efe648284bbb84bebcc8178b6e5564
2   "name": "MTOperator",
3   "version": "0.2.0",
4   "summary": "An abstract implementation of generic operator.",
5   "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",
6   "homepage": "https://github.com/mintech/MTOperator",
7   "license": "MIT",
8   "authors": {
9     "Sungwook Yoon": "y94@mintech.kr"
10   },
11   "source": {
12     "git": "https://github.com/mintech/MTOperator.git",
13     "tag": "0.2.0"
14   },
15   "platforms": {
16     "ios": "5.0",
17     "osx": "10.5"
18   },
19   "requires_arc": false,
20   "source_files": "Classes",
21   "public_header_files": "Classes/MTOperator.h"