blob: 1ba427b74ea1a608a67f673b0632889512fcda80 [file] [log] [blame]
{
"name": "MSDebugBubble",
"version": "0.1.7",
"summary": "A sticky onscreen bubble that will allow runtime configuration changes for testing purposes.",
"swift_version": "3.2",
"description": "The MSDebugBubble will allow runtime testing such as toggling from guest to logged in user, toggling onboarding etc...",
"homepage": "https://github.com/MaherKSantina/MSDebugBubble",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"maher.santina90@gmail.com": "maher.santina90@gmail.com"
},
"source": {
"git": "https://github.com/MaherKSantina/MSDebugBubble.git",
"tag": "0.1.7"
},
"platforms": {
"ios": "9.0"
},
"source_files": "MSDebugBubble/Classes/**/*",
"resource_bundles": {
"MSDebugBubble": [
"MSDebugBubble/Classes/*.xib"
]
},
"dependencies": {
"MSAutoView": [
"1.0.13"
],
"UIView+draggable": [
"1.1.0"
],
"RxGesture": [
"1.0.1"
],
"RxSwift": [
"~> 3.0"
],
"RxCocoa": [
"~> 3.0"
]
}
}