[Add] MirrorXML 4.0.3
[CocoaPods.git] / Specs / 4 / 0 / 9 / Finite / 3.1.1 / Finite.podspec.json
blobe0e0926b86b0af8b8c8c1b52440792f594692446
2   "name": "Finite",
3   "version": "3.1.1",
4   "summary": "A simple state machine written in Swift.",
5   "description": "Finite is a simple, pure Swift finite state machine.",
6   "social_media_url": "https://twitter.com/vknabel",
7   "homepage": "https://github.com/vknabel/Finite",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Valentin Knabel": "dev@vknabel.com"
14   },
15   "source": {
16     "git": "https://github.com/vknabel/Finite.git",
17     "tag": "3.1.1"
18   },
19   "platforms": {
20     "ios": "8.0",
21     "osx": "10.9",
22     "watchos": "2.0",
23     "tvos": "9.0"
24   },
25   "source_files": "Sources/*.swift"