blob: 5c438b64b679554fc389c9ab5eb7766428b2b16a [file] [log] [blame]
{
"name": "CardinalDebugToolkit",
"version": "2.1.0",
"summary": "iOS debug toolkit",
"description": "iOS debug toolkit that lets you build a comprehensive debug panel to access from inside an app.",
"homepage": "https://github.com/CardinalNow/CardinalDebugToolkit",
"screenshots": "https://github.com/CardinalNow/CardinalDebugToolkit/raw/master/Documentation/Assets/screenshot.png",
"license": "MIT",
"authors": {
"Robin Kunde": "rkunde@cardinalsolutions.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/CardinalNow/CardinalDebugToolkit.git",
"tag": "2.1.0"
},
"source_files": "Sources/**/*.{h,m,swift}",
"resource_bundles": {
"CardinalDebugToolkit-Resources": [
"Storyboards/**/*.{storyboard,xib}",
"Sources/Views/**/*.xib"
]
},
"swift_version": "4.2",
"static_framework": true
}