[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 8 / f / 6 / RxTheme / 1.0.1 / RxTheme.podspec.json
blob2e059d66d82353e8bfaed763a835244fd74d9c3c
2   "name": "RxTheme",
3   "version": "1.0.1",
4   "swift_version": "4.0",
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": "1.0.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.0"
31     ],
32     "RxCocoa": [
33       "~> 4.0"
34     ]
35   }