[Add] instrumentisto-libwebrtc-bin 131.0.6778.69
[CocoaPods.git] / Specs / d / c / 2 / KZLog / 0.0.2 / KZLog.podspec.json
blobbf07692f1060e7287fcd1de365604c1282b0dde9
2   "name": "KZLog",
3   "version": "0.0.2",
4   "summary": "A tool of log.",
5   "description": "A tool of log with check and store.;",
6   "homepage": "https://github.com/gujianxing/KZLog",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "gujianxing": "Khazan@foxmail.com"
13   },
14   "source": {
15     "git": "https://github.com/gujianxing/KZLog.git",
16     "tag": "0.0.2"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "subspecs": [
22     {
23       "name": "Basic",
24       "frameworks": "UIKit",
25       "dependencies": {
26         "KZLog/Component": [
28         ],
29         "KZLog/Email": [
31         ],
32         "KZLog/QiNiu": [
34         ],
35         "KZLog/SocketServer": [
37         ]
38       },
39       "source_files": "KZLog/Classes/Basic/*"
40     },
41     {
42       "name": "Component",
43       "frameworks": "UIKit",
44       "source_files": "KZLog/Classes/Component/*"
45     },
46     {
47       "name": "Email",
48       "frameworks": "MessageUI",
49       "dependencies": {
50         "KZLog/Component": [
52         ]
53       },
54       "source_files": "KZLog/Classes/Email/*"
55     },
56     {
57       "name": "QiNiu",
58       "dependencies": {
59         "KZLog/Component": [
61         ]
62       },
63       "source_files": "KZLog/Classes/QiNiu/*"
64     },
65     {
66       "name": "SocketServer",
67       "frameworks": [
68         "SystemConfiguration",
69         "MobileCoreServices"
70       ],
71       "dependencies": {
72         "KZLog/Component": [
74         ]
75       },
76       "source_files": "KZLog/Classes/SocketServer/**/*",
77       "resource_bundles": {
78         "KZLog": [
79           "KZLog/Assets/*"
80         ]
81       },
82       "libraries": "xml2",
83       "xcconfig": {
84         "HEADER_SEARCH_PATHS": "\"$(SDKROOT)/usr/include/libxml2\""
85       }
86     }
87   ]