[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / b / 6 / 2 / RxAppState / 0.3.1 / RxAppState.podspec.json
blobf4d708a50f6bcc7cab60b9f2b8bec1deebeaf3e9
2   "name": "RxAppState",
3   "version": "0.3.1",
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.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       "~> 3.1"
25     ],
26     "RxCocoa": [
27       "~> 3.1"
28     ]
29   },
30   "pushed_with_swift_version": "3.0"