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