blob: 591c3ca2178edf4f68d6dde197042eac2b32ccbe [file] [log] [blame]
{
"name": "IOSInspector",
"version": "1.3.0",
"license": "MIT",
"summary": "Library to inspect database and network in mobile apps",
"homepage": "https://github.com/pakerwreah/Inspector",
"authors": {
"Carlos César Neves Enumo": "paker_wreah@hotmail.com"
},
"source": {
"git": "https://github.com/pakerwreah/Inspector.git",
"tag": "v1.3.0"
},
"source_files": [
"cpp/**/*.{h,hpp,c,cpp}",
"ios/Inspector/lib/*.{h,mm}"
],
"exclude_files": "cpp/src/main.cpp",
"public_header_files": "ios/Inspector/lib/IOSInspector.h",
"libraries": "z",
"platforms": {
"ios": null
},
"dependencies": {
"SQLCipher": [
]
}
}