[Add] MoneyHashPayment 2.2.14
[CocoaPods.git] / Specs / 8 / f / 6 / RxTheme / 3.2.1 / RxTheme.podspec.json
blob12779636e7d7c04f3178e964ad3aa17ea7644ab6
2   "name": "RxTheme",
3   "version": "3.2.1",
4   "swift_version": "4.2",
5   "summary": "Theme management based on RxCocoa",
6   "description": "Theme management based on RxSwift and RxCocoa, easy to use, easy to extend.",
7   "homepage": "https://github.com/RxSwiftCommunity/RxTheme",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "wddwycc": "wddwyss@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/RxSwiftCommunity/RxTheme.git",
17     "tag": "3.2.1"
18   },
19   "social_media_url": "https://twitter.com/wddwycc",
20   "platforms": {
21     "ios": "9.0",
22     "tvos": "9.0",
23     "osx": "10.10",
24     "watchos": "2.0"
25   },
26   "requires_arc": true,
27   "source_files": "RxTheme/Classes/**/*",
28   "dependencies": {
29     "RxSwift": [
30       "~> 4.3"
31     ],
32     "RxCocoa": [
33       "~> 4.3"
34     ]
35   }