[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / e / a / 7 / Stateful / 2.3.0 / Stateful.podspec.json
blob397fef49162eb0bc0f0db4f09c7ab491d5fa2eb9
2   "name": "Stateful",
3   "version": "2.3.0",
4   "summary": "The easiest state machine in Swift",
5   "description": "A minimalistic, thread-safe, non-boilerplate and super easy to use state machine in Swift.",
6   "homepage": "https://github.com/albertodebortoli/Stateful",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Alberto De Bortoli": "albertodebortoli.com"
13   },
14   "source": {
15     "git": "https://github.com/albertodebortoli/Stateful.git",
16     "tag": "2.3.0"
17   },
18   "social_media_url": "https://twitter.com/albertodebo",
19   "platforms": {
20     "ios": "13.0"
21   },
22   "swift_versions": "5.0",
23   "source_files": "Framework/Sources/**/*.swift",
24   "frameworks": "Foundation",
25   "testspecs": [
26     {
27       "name": "UnitTests",
28       "test_type": "unit",
29       "source_files": "Tests/Sources/**/*.swift"
30     }
31   ],
32   "swift_version": "5.0"