blob: 3d3d2904bff01ddf4c5c92d08494c0102d4e5c5a [file] [log] [blame]
{
"name": "FlintUI",
"version": "1.0.7",
"summary": "Debug UI tools for apps built with Flint framework.",
"description": "Debug UI for UIKit platforms to browse and update Flint debugging information",
"homepage": "https://flint.tools",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Marc Palmer",
"social_media_url": "https://twitter.com/flintframework",
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/MontanaFlossCo/Flint.git",
"tag": "ea-1.0.7"
},
"source_files": "FlintUI/**/*.{h,m,swift}",
"swift_version": "4.0",
"module_name": "FlintUI",
"ios": {
"frameworks": "UIKit"
},
"dependencies": {
"FlintCore": [
"1.0.7"
]
}
}