[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 1 / c / 0 / NetworkEye / 1.0.1 / NetworkEye.podspec.json
blobb2ed6b9980d9864915bc18dbae229582e675c0b8
2   "name": "NetworkEye",
3   "version": "1.0.1",
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.1"
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   }