[Add] OpenWeb3Lib 1.0.4-swift6.0
[CocoaPods.git] / Specs / 8 / f / 6 / RxTheme / 2.2.2 / RxTheme.podspec.json
blob13d193fa5998f270d40e24ddd8af77368d7a1145
2   "name": "RxTheme",
3   "version": "2.2.2",
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": "2.2.2"
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   }