[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / 2 / 7 / 9 / IOSInspector / 1.5.1 / IOSInspector.podspec.json
blob81e5db32631a682efdcd7a3d3febda4bd1ca7b66
2   "name": "IOSInspector",
3   "version": "1.5.1",
4   "license": "MIT",
5   "summary": "Library to inspect database and network in mobile apps",
6   "homepage": "https://github.com/pakerwreah/Inspector",
7   "authors": {
8     "Carlos César Neves Enumo": "paker_wreah@hotmail.com"
9   },
10   "source": {
11     "git": "https://github.com/pakerwreah/Inspector.git",
12     "tag": "v1.5.1"
13   },
14   "xcconfig": {
15     "CLANG_CXX_LANGUAGE_STANDARD": "c++17"
16   },
17   "source_files": [
18     "cpp/src/**/*.{h,hpp,c,cpp}",
19     "ios/Inspector/lib/*.{h,mm}"
20   ],
21   "public_header_files": "ios/Inspector/lib/IOSInspector.h",
22   "libraries": "z",
23   "platforms": {
24     "ios": null
25   },
26   "dependencies": {
27     "SQLCipher": [
29     ]
30   }