[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / e / a / 7 / Stateful / 2.0.0 / Stateful.podspec.json
blob97d030eab59b0d21d0e87af968cf35bf7443a633
2   "name": "Stateful",
3   "version": "2.0.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.website@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/albertodebortoli/Stateful.git",
16     "tag": "2.0.0"
17   },
18   "social_media_url": "https://twitter.com/albertodebo",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "swift_version": "4.2",
23   "source_files": "Stateful/Classes/**/*.swift",
24   "frameworks": "Foundation",
25   "testspecs": [
26     {
27       "name": "StatefulUnitTests",
28       "test_type": "unit",
29       "source_files": "Stateful/UnitTests/**/*.swift"
30     }
31   ]