[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 1 / c / 0 / NetworkEye / 1.0.7 / NetworkEye.podspec.json
blob0223b292167814fba5ddbe43107b12cd81d30a72
2   "name": "NetworkEye",
3   "version": "1.0.7",
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/coderyi/NetworkEye.git",
12     "tag": "1.0.6"
13   },
14   "frameworks": [
15     "Foundation",
16     "CoreGraphics",
17     "UIKit"
18   ],
19   "platforms": {
20     "ios": "8.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   ]