[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / b / 6 / 2 / RxAppState / 0.3.4 / RxAppState.podspec.json
blob6e6ae54afb4f06e65a4a4c2bc387fc7e770ee63a
2   "name": "RxAppState",
3   "version": "0.3.4",
4   "summary": "Handy RxSwift extensions to observe your app's state.",
5   "description": "Transform the state of your App 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": "0.3.4"
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       "~> 3.4"
25     ],
26     "RxCocoa": [
27       "~> 3.4"
28     ]
29   },
30   "pushed_with_swift_version": "3.0"