[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / 1 / c / 0 / NetworkEye / 0.9.7 / NetworkEye.podspec.json
blob5e4a97b5088e078310fa304c4d045bcaa38119ca
2   "name": "NetworkEye",
3   "version": "0.9.7",
4   "summary": "NetworkEye - iOS网络调试库,NetworkEye可以监控App内HTTP请求并显示请求相关的详细信息,方便App开发的网络调试。",
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     "commit": "a752ecf67916d5ed10ccfa57265c8dd2791af2f3"
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   }