[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / d / c / b / ViewState / 2.0.0 / ViewState.podspec.json
blob6ca7068ff312b39a3f137d3094770e15f792f1c7
2   "name": "ViewState",
3   "version": "2.0.0",
4   "summary": "Adds an ability to check a view controller's view state.",
5   "description": "Adds an ability to check a view controller's view state and also to subscribe to view state changes notifications. Also, adds several helpful properties to easily configure some complex behaviors in xibs and storyboards.",
6   "homepage": "https://github.com/APUtils/ViewState",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Anton Plebanovich": "anton.plebanovich@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/APUtils/ViewState.git",
16     "tag": "2.0.0"
17   },
18   "platforms": {
19     "ios": "11.0",
20     "tvos": "11.0"
21   },
22   "swift_versions": [
23     "5.5",
24     "5.5.1",
25     "5.5.2",
26     "5.6",
27     "5.6.1",
28     "5.7"
29   ],
30   "frameworks": [
31     "Foundation",
32     "UIKit"
33   ],
34   "dependencies": {
35     "RoutableLogger": [
36       ">= 9.1.11"
37     ]
38   },
39   "source_files": "ViewState/Classes/**/*",
40   "swift_version": "5.7"