[Add] OceanComponents 3.8.1-562
[CocoaPods.git] / Specs / c / 0 / 8 / FSMachine / 1.0.0 / FSMachine.podspec.json
blob998b22c497c6f92f51b72ac65a1cefd0eaba52fa
2   "name": "FSMachine",
3   "version": "1.0.0",
4   "summary": "A straightforward state machine.",
5   "description": "                       A Finite-State Machine in Objective-C.\n                       \n                       Features:\n                       \n                       * Support for Moore and Mealy-style machines\n                       * Actions on enter/exit state, and during transitions\n                       * Conditional transitions\n                       * Up-front machine validation\n                       * Configurable logging\n",
6   "homepage": "https://github.com/danhawkes/FSMachine",
7   "license": "Apache 2.0",
8   "authors": {
9     "danhawkes": "dan@arcs.co"
10   },
11   "source": {
12     "git": "https://github.com/danhawkes/FSMachine.git",
13     "tag": "1.0.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes"