[Add] MoneyHashPayment 2.2.14
[CocoaPods.git] / Specs / 8 / f / 6 / RxTheme / 0.4.0 / RxTheme.podspec.json
blob2f181e8f7a8b42d9b1b757da7979362a282868a8
2   "name": "RxTheme",
3   "version": "0.4.0",
4   "swift_version": "4.0",
5   "summary": "iOS Theme management based on Rx",
6   "description": "iOS Theme management based on RxSwift and RxCocoa, easy to use, easy to extend.",
7   "homepage": "https://github.com/wddwycc/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/wddwycc/RxTheme.git",
17     "tag": "0.4.0"
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   "source_files": "RxTheme/Classes/**/*",
27   "dependencies": {
28     "RxSwift": [
29       "~> 4.0"
30     ],
31     "RxCocoa": [
32       "~> 4.0"
33     ]
34   }