[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 1 / c / 0 / NetworkEye / 0.9.2 / NetworkEye.podspec.json
bloba26a64c235c9510eb7cd6174614e75c13541d558
2   "name": "NetworkEye",
3   "version": "0.9.2",
4   "summary": "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": "d47c7101a85c353e00ef97b2bae88cbdcdd6ee7d"
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   "subspecs": [
26     {
27       "name": "SQLCipher",
28       "xcconfig": {
29         "OTHER_CFLAGS": "$(inherited) -DSQLITE_HAS_CODEC"
30       },
31       "dependencies": {
32         "SQLCipher": [
34         ]
35       }
36     }
37   ]