[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 2 / 3 / 1 / MSDebugBubble / 0.1.7 / MSDebugBubble.podspec.json
blob1ba427b74ea1a608a67f673b0632889512fcda80
2   "name": "MSDebugBubble",
3   "version": "0.1.7",
4   "summary": "A sticky onscreen bubble that will allow runtime configuration changes for testing purposes.",
5   "swift_version": "3.2",
6   "description": "The MSDebugBubble will allow runtime testing such as toggling from guest to logged in user, toggling onboarding etc...",
7   "homepage": "https://github.com/MaherKSantina/MSDebugBubble",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "maher.santina90@gmail.com": "maher.santina90@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/MaherKSantina/MSDebugBubble.git",
17     "tag": "0.1.7"
18   },
19   "platforms": {
20     "ios": "9.0"
21   },
22   "source_files": "MSDebugBubble/Classes/**/*",
23   "resource_bundles": {
24     "MSDebugBubble": [
25       "MSDebugBubble/Classes/*.xib"
26     ]
27   },
28   "dependencies": {
29     "MSAutoView": [
30       "1.0.13"
31     ],
32     "UIView+draggable": [
33       "1.1.0"
34     ],
35     "RxGesture": [
36       "1.0.1"
37     ],
38     "RxSwift": [
39       "~> 3.0"
40     ],
41     "RxCocoa": [
42       "~> 3.0"
43     ]
44   }