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