[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 4 / 0 / 9 / Finite / 3.0.1 / Finite.podspec.json
blobbf6c3114d640d31113d5b264946de155bbff6a9b
2   "name": "Finite",
3   "version": "3.0.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": "develop@vknabel.com"
14   },
15   "source": {
16     "git": "https://github.com/vknabel/Finite.git",
17     "tag": "3.0.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"