[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / b / 6 / 2 / RxAppState / 1.1.2 / RxAppState.podspec.json
blobdfea8a074fe7b20f42b51efb37c449b9b2a5ac3a
2   "name": "RxAppState",
3   "version": "1.1.2",
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.2"
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   }