[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 8 / d / 0 / STWorkflow / 0.1.0 / STWorkflow.podspec.json
blob9ce18d29c162947f32e2333fcd7a4950e7b32270
2   "name": "STWorkflow",
3   "version": "0.1.0",
4   "summary": "An Objective-C Finite-state machine.",
5   "description": "                    STWorkflow allows to write finite-state machine in Objective-C.\n                    It handles simple conditions (two exites) and multiple conditions (n exits).\n                    It allows to execute synchronous or asynchronous actions.\n",
6   "homepage": "https://github.com/iSofTom/STWorkflow",
7   "license": "MIT",
8   "authors": {
9     "iSofTom": "thomas@isoftom.com"
10   },
11   "source": {
12     "git": "https://github.com/iSofTom/STWorkflow.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "5.0"
17   },
18   "source_files": "STWorkflow/*.{h,m}",
19   "public_header_files": [
20     "STWorkflow/STWorkflow.h",
21     "STWorkflow/STState.h",
22     "STWorkflow/STStateAsyncAction.h",
23     "STWorkflow/STStateSyncAction.h",
24     "STWorkflow/STStateSimpleCondition.h",
25     "STWorkflow/STStateMultipleCondition.h",
26     "STWorkflow/STWorkflow+Debug.h"
27   ],
28   "frameworks": "Foundation",
29   "requires_arc": true