[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / d / c / b / ViewState / 1.2.1 / ViewState.podspec.json
blob866b0164e9119fe76ca913c04b08f35545961600
2   "name": "ViewState",
3   "version": "1.2.1",
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.1"
17   },
18   "platforms": {
19     "ios": "9.0",
20     "tvos": "9.0"
21   },
22   "swift_versions": [
23     "5.1"
24   ],
25   "source_files": "ViewState/Classes/**/*",
26   "frameworks": [
27     "Foundation",
28     "UIKit"
29   ],
30   "swift_version": "5.1"