blob: b42c43af5b5fbe11b470bbc215a70d26453b4778 [file] [log] [blame]
{
"name": "IOSInspector",
"version": "1.5.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.5.0"
},
"xcconfig": {
"CLANG_CXX_LANGUAGE_STANDARD": "c++17"
},
"source_files": [
"cpp/src/**/*.{h,hpp,c,cpp}",
"ios/Inspector/lib/*.{h,mm}"
],
"public_header_files": "ios/Inspector/lib/IOSInspector.h",
"libraries": "z",
"platforms": {
"ios": null
},
"dependencies": {
"SQLCipher": [
]
}
}