[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 9 / 8 / 7 / RxElegantReuse / 4.2 / RxElegantReuse.podspec.json
blobf63b0b5598e408291e743860a50df65d1a77f548
2   "name": "RxElegantReuse",
3   "version": "4.2",
4   "summary": "RxCocoa reuse extensions",
5   "description": "An elegant and RxSwift-based way to observe events inside of reusable views like UITableViewCell, UICollectionViewCell.\nFor keeping same major version number with Swift and RxSwift, there is no 1.0, 2.0 and 3.0.",
6   "homepage": "https://github.com/TStrawberry/RxElegantReuse",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "TStrawberry": "me@tstrawberry.com"
13   },
14   "source": {
15     "git": "https://github.com/TStrawberry/RxElegantReuse.git",
16     "tag": "4.2"
17   },
18   "requires_arc": true,
19   "swift_version": "4.0",
20   "platforms": {
21     "ios": "8.0",
22     "tvos": "9.0"
23   },
24   "source_files": "Sources/**/*.swift",
25   "frameworks": "UIKit",
26   "dependencies": {
27     "RxSwift": [
28       "~> 4.0"
29     ],
30     "RxCocoa": [
31       "~> 4.0"
32     ]
33   }