[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 8 / f / 6 / RxTheme / 0.2.0 / RxTheme.podspec.json
blob4fea4a257d7aa764bfd703caa60a82d2398255dc
2   "name": "RxTheme",
3   "version": "0.2.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.2.0"
18   },
19   "social_media_url": "https://twitter.com/wddwycc",
20   "platforms": {
21     "ios": "9.0"
22   },
23   "source_files": "RxTheme/Classes/**/*",
24   "dependencies": {
25     "RxSwift": [
26       "~> 4.0"
27     ],
28     "RxCocoa": [
29       "~> 4.0"
30     ]
31   }