[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / a / 6 / f / NetworkEye-SC / 1.0.6 / NetworkEye-SC.podspec.json
blob25bf3af3b39a3ed74aa1759b33f67de12991b611
2   "name": "NetworkEye-SC",
3   "version": "1.0.6",
4   "summary": "NetworkEye - a iOS network debug library ,It can monitor HTTP requests within the App and displays information related to the request.",
5   "homepage": "https://github.com/coderyi/NetworkEye",
6   "license": "MIT",
7   "authors": {
8     "coderyi": "coderyi@163.com"
9   },
10   "source": {
11     "git": "https://github.com/ShannonChenCHN/NetworkEye.git",
12     "tag": "1.0.6"
13   },
14   "frameworks": [
15     "Foundation",
16     "CoreGraphics",
17     "UIKit"
18   ],
19   "platforms": {
20     "ios": "7.0"
21   },
22   "requires_arc": true,
23   "default_subspecs": "standard",
24   "subspecs": [
25     {
26       "name": "standard",
27       "source_files": "NetworkEye/NetworkEye/**/*.{h,m,png}"
28     },
29     {
30       "name": "FMDB",
31       "libraries": "sqlite3",
32       "xcconfig": {
33         "OTHER_CFLAGS": "$(inherited) -DFMDB_SQLCipher"
34       },
35       "dependencies": {
36         "FMDB/SQLCipher": [
37           "~> 2.5"
38         ]
39       },
40       "source_files": "NetworkEye/NetworkEye/**/*.{h,m,png}"
41     }
42   ]