blob: 7cc0968854c4289c5a282ada1f0b21b5bcb866c5 [file] [log] [blame]
{
"name": "AVSQLDebugger",
"version": "1.0.2",
"summary": "A framework to easily debug your data storage in apps..",
"platforms": {
"ios": "10.0"
},
"authors": "Umesh Verma",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"homepage": "https://github.com/umeshiscreative/AVSQLDebugger",
"source": {
"git": "https://github.com/umeshiscreative/AVSQLDebugger.git",
"tag": "1.0.2"
},
"source_files": [
"AVSQLDebugger/AVSQLDebugger/**/*.{h,m,swift}"
],
"resources": [
"AVSQLDebugger/AVSQLDebugger/**/*.{html,js,css}"
],
"requires_arc": true,
"dependencies": {
"Criollo": [
"~> 0.4"
]
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "5.0"
},
"swift_versions": "5.0",
"swift_version": "5.0"
}