[Add] GluedInFeedSDK 2.5.1
[CocoaPods.git] / Specs / 4 / 0 / 9 / Finite / 3.0.3 / Finite.podspec.json
blob58e3f8de900bd1ef660e3d5ad142b8effef76307
2   "name": "Finite",
3   "version": "3.0.3",
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.0.3"
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",
26   "pushed_with_swift_version": "4.0"