[Add] RegulaCommonNightly 7.5.939
[CocoaPods.git] / Specs / c / 5 / 1 / NetworkMinitor / 1.0.2 / NetworkMinitor.podspec.json
blob993335bacbe3a3b439d337c78a4b2d4cc9277c08
2   "name": "NetworkMinitor",
3   "version": "1.0.2",
4   "summary": "NetworkMinitor - a iOS network debug library.",
5   "homepage": "https://github.com/helloyokoy/NetworkMinitor",
6   "license": "MIT",
7   "authors": {
8     "bryanfu": "610540626@qq.com"
9   },
10   "source": {
11     "git": "https://github.com/helloyokoy/NetworkMinitor.git",
12     "tag": "1.0.3"
13   },
14   "frameworks": [
15     "Foundation",
16     "CoreGraphics",
17     "UIKit"
18   ],
19   "platforms": {
20     "ios": "7.0"
21   },
22   "requires_arc": true,
23   "default_subspecs": "standard",
24   "subspecs": [
25     {
26       "name": "standard",
27       "source_files": "NetworkMinitor/**/*.{h,m,png}"
28     },
29     {
30       "name": "FMDB",
31       "libraries": "sqlite3",
32       "xcconfig": {
33         "OTHER_CFLAGS": "$(inherited) -DFMDB_SQLCipher"
34       },
35       "dependencies": {
36         "FMDB/SQLCipher": [
37           "~> 2.5"
38         ]
39       },
40       "source_files": "NetworkMinitor/**/*.{h,m,png}"
41     }
42   ]