[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / b / 4 / 5 / RxModal / 1.0.1 / RxModal.podspec.json
blob33ac182b44d196c39f85c137c454bb799d14e1d5
2   "name": "RxModal",
3   "version": "1.0.1",
4   "summary": "Subscribe to your modal flows",
5   "description": "RxModal helps you handle any modal flow as a simple Observable sequence.",
6   "homepage": "https://github.com/RxSwiftCommunity/RxModal",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Jérôme Alves": "j.alves@me.com"
13   },
14   "social_media_url": "https://twitter.com/jegnux",
15   "platforms": {
16     "ios": "9.0"
17   },
18   "source": {
19     "git": "https://github.com/RxSwiftCommunity/RxModal.git",
20     "tag": "1.0.1"
21   },
22   "source_files": "Sources/**/*",
23   "frameworks": "Foundation",
24   "dependencies": {
25     "RxSwift": [
26       "~> 6.0"
27     ],
28     "RxCocoa": [
29       "~> 6.0"
30     ]
31   }