[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / b / 6 / 2 / RxAppState / 1.7.1 / RxAppState.podspec.json
blob3df2fc074e9ff00cf8c39faccd8dc53a65c3f93c
2   "name": "RxAppState",
3   "version": "1.7.1",
4   "swift_versions": [
5     "5.0"
6   ],
7   "summary": "Handy RxSwift extensions to observe your app's state and view controllers' view-related notifications",
8   "description": "Transform the state of your App and UIViewController's view-related notifications into RxSwift Observables. Including convenience Observables for common scenarios.",
9   "homepage": "https://github.com/pixeldock/RxAppState",
10   "license": "MIT",
11   "authors": {
12     "Jörn Schoppe": "joern@pixeldock.com"
13   },
14   "source": {
15     "git": "https://github.com/pixeldock/RxAppState.git",
16     "tag": "1.7.1"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "requires_arc": true,
22   "source_files": "Pod/Classes/**/*",
23   "frameworks": "Foundation",
24   "dependencies": {
25     "RxSwift": [
26       "~> 6.2"
27     ],
28     "RxCocoa": [
29       "~> 6.2"
30     ]
31   },
32   "swift_version": "5.0"