blob: 6f7d722769562a13588d9a96c7024b76157b8a72 [file] [log] [blame]
{
"name": "FVDebugDataBrowser",
"version": "0.1.1",
"summary": "Easy way to browse app content",
"description": "FVDebugDataBrowser is a dev/debug tool that allow you to read the content inside the app",
"homepage": "https://github.com/Foodvisor/FVDebugDataBrowser",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Fong Zhou": "fong.zhou75@gmail.com"
},
"source": {
"git": "https://github.com/Foodvisor/FVDebugDataBrowser.git",
"tag": "0.1.1"
},
"swift_version": "4.0",
"platforms": {
"ios": "10"
},
"source_files": "FVDebugDataBrowser/Classes/**/*",
"resource_bundles": {
"FVDebugDataBrowser": [
"FVDebugDataBrowser/Assets/*.{storyboard,xib,bundle}"
]
}
}