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