[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / b / 6 / 2 / RxAppState / 1.6.0 / RxAppState.podspec.json
blob3685f8bd61b4ececd30314b88e3ed2904fd5df7b
2   "name": "RxAppState",
3   "version": "1.6.0",
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.6.0"
17   },
18   "social_media_url": "https://twitter.com/pixeldock",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "requires_arc": true,
23   "source_files": "Pod/Classes/**/*",
24   "frameworks": "Foundation",
25   "dependencies": {
26     "RxSwift": [
27       "~> 5.0"
28     ],
29     "RxCocoa": [
30       "~> 5.0"
31     ]
32   },
33   "swift_version": "5.0"