blob: 2e91ca790e25be293bac08985679af0d1e58a24f [file] [log] [blame]
{
"name": "Droar",
"version": "1.0.3",
"summary": "A runtime debugging tool for iOS.",
"description": "Droar is a useful tool for displaying runtime information and settings, useful for debugging.",
"homepage": "https://github.com/Janglinator/Droar",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Janglinator": "njangula@myriadmobile.com"
},
"source": {
"git": "https://github.com/Janglinator/Droar.git",
"branch": "master",
"tag": "1.0.3"
},
"platforms": {
"ios": "10.0"
},
"source_files": "Droar/Classes/**/*",
"resource_bundles": {
"Droar": [
"Droar/Classes/**/*.{xib,png,jpeg,jpg,txt}"
]
},
"frameworks": "UIKit",
"dependencies": {
"SDVersion": [
]
},
"pushed_with_swift_version": "3.0"
}