[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / d / c / b / ViewState / 1.2.3 / ViewState.podspec.json
blob746e7abaddd912036f2d9016718c93837dee0518
2   "name": "ViewState",
3   "version": "1.2.3",
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": "1.2.3"
17   },
18   "platforms": {
19     "ios": "9.0",
20     "tvos": "9.0"
21   },
22   "swift_versions": [
23     "5.1"
24   ],
25   "frameworks": [
26     "Foundation",
27     "UIKit"
28   ],
29   "dependencies": {
30     "RoutableLogger": [
31       ">= 9.1.11"
32     ]
33   },
34   "source_files": "ViewState/Classes/**/*",
35   "swift_version": "5.1"