[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 9 / 6 / e / SwiftyTraceableValue / 0.0.1 / SwiftyTraceableValue.podspec.json
blob94f9694e2dabde36afeb0752fe6506ad30219ca5
2   "name": "SwiftyTraceableValue",
3   "version": "0.0.1",
4   "summary": "A short description of SwiftyTraceableValue.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/LinXunFeng/SwiftyTraceableValue",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "LinXunFeng": "linxunfeng@yeah.net"
13   },
14   "source": {
15     "git": "https://github.com/LinXunFeng/SwiftyTraceableValue.git",
16     "tag": "0.0.1"
17   },
18   "social_media_url": "https://twitter.com/xunfenghellolo",
19   "platforms": {
20     "ios": "9.0"
21   },
22   "subspecs": [
23     {
24       "name": "Base",
25       "source_files": "SwiftyTraceableValue/Classes/Base/**/*"
26     },
27     {
28       "name": "Rx",
29       "source_files": "SwiftyTraceableValue/Classes/Rx/**/*",
30       "dependencies": {
31         "RxSwift": [
32           ">= 6"
33         ],
34         "SwiftyTraceableValue/Base": [
36         ]
37       }
38     }
39   ]