[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / 2 / 7 / 9 / IOSInspector / 1.3.0 / IOSInspector.podspec.json
blob591c3ca2178edf4f68d6dde197042eac2b32ccbe
2   "name": "IOSInspector",
3   "version": "1.3.0",
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.3.0"
13   },
14   "source_files": [
15     "cpp/**/*.{h,hpp,c,cpp}",
16     "ios/Inspector/lib/*.{h,mm}"
17   ],
18   "exclude_files": "cpp/src/main.cpp",
19   "public_header_files": "ios/Inspector/lib/IOSInspector.h",
20   "libraries": "z",
21   "platforms": {
22     "ios": null
23   },
24   "dependencies": {
25     "SQLCipher": [
27     ]
28   }