[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / d / c / b / ViewState / 2.1.0 / ViewState.podspec.json
blob17772f848afc9024430b0afd26b4080269a0dfcb
2   "name": "ViewState",
3   "version": "2.1.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.1.0"
17   },
18   "platforms": {
19     "ios": "11.0",
20     "tvos": "11.0"
21   },
22   "frameworks": [
23     "Foundation",
24     "UIKit"
25   ],
26   "swift_versions": [
27     "5"
28   ],
29   "cocoapods_version": ">= 1.13.0",
30   "default_subspecs": "Core",
31   "subspecs": [
32     {
33       "name": "Core",
34       "source_files": "ViewState/Classes/Core/**/*",
35       "resource_bundles": {
36         "ViewState.Core.privacy": "ViewState/Privacy/ViewState.Core/PrivacyInfo.xcprivacy"
37       },
38       "dependencies": {
39         "RoutableLogger": [
40           ">= 9.1.11"
41         ]
42       }
43     },
44     {
45       "name": "RxSwift",
46       "source_files": "ViewState/Classes/RxSwift/**/*",
47       "resource_bundles": {
48         "ViewState.RxSwift.privacy": "ViewState/Privacy/ViewState.RxSwift/PrivacyInfo.xcprivacy"
49       },
50       "dependencies": {
51         "ViewState/Core": [
53         ],
54         "RxCocoa": [
56         ],
57         "RxSwift": [
59         ]
60       }
61     }
62   ],
63   "swift_version": "5"