[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / 1 / c / 0 / NetworkEye / 1.0 / NetworkEye.podspec.json
bloba7280d74173bf8bdce3b8831d8ef16d2a0846ec4
2   "name": "NetworkEye",
3   "version": "1.0",
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"
13   },
14   "frameworks": [
15     "Foundation",
16     "CoreGraphics",
17     "UIKit"
18   ],
19   "libraries": "sqlite3",
20   "platforms": {
21     "ios": "7.0"
22   },
23   "source_files": "NetworkEye/NetworkEye/**/*.{h,m,png}",
24   "requires_arc": true,
25   "dependencies": {
26     "FMDB/SQLCipher": [
27       "~> 2.5"
28     ]
29   }