[Add] Spotify-iOS-Auth 1.0.3
[CocoaPods.git] / Specs / 6 / e / 3 / BuryingPoint / 0.0.1 / BuryingPoint.podspec.json
blobf5f17c51b2a086a0a5ee09d70731423bafbe18cd
2   "name": "BuryingPoint",
3   "version": "0.0.1",
4   "summary": "埋点封装+阿里云日志数据上报集成",
5   "description": "无痕埋点封装和阿里云日志数据上报集成",
6   "homepage": "https://github.com/weskhen/BuryingPoint.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "wujian": "wujian516411567@163.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/weskhen/BuryingPoint.git",
19     "tag": "0.0.1"
20   },
21   "module_name": "BuryingPoint",
22   "prefix_header_file": "Public/BuryingPoint/BuryingPoint.pch",
23   "dependencies": {
24     "Protobuf": [
25       "3.6.1"
26     ],
27     "LBaseDB": [
29     ]
30   },
31   "pod_target_xcconfig": {
32     "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS=1"
33   },
34   "weak_frameworks": "UserNotifications",
35   "frameworks": [
36     "UIKit",
37     "Foundation",
38     "QuartzCore",
39     "CoreTelephony"
40   ],
41   "requires_arc": true,
42   "subspecs": [
43     {
44       "name": "Util",
45       "source_files": "Public/BuryingPoint/Util/*.{h,m}"
46     },
47     {
48       "name": "Const",
49       "source_files": "Public/BuryingPoint/Const/*.{h,m}",
50       "dependencies": {
51         "BuryingPoint/Util": [
53         ]
54       }
55     },
56     {
57       "name": "Upload",
58       "source_files": "Public/BuryingPoint/Upload/*.{h,m}",
59       "dependencies": {
60         "BuryingPoint/Model": [
62         ],
63         "BuryingPoint/Const": [
65         ],
66         "Protobuf": [
68         ],
69         "YYModel": [
71         ]
72       }
73     },
74     {
75       "name": "Model",
76       "source_files": "Public/BuryingPoint/Model/*.{h,m}",
77       "dependencies": {
78         "BuryingPoint/Const": [
80         ],
81         "YYModel": [
83         ]
84       }
85     },
86     {
87       "name": "Base",
88       "source_files": "Public/BuryingPoint/Base/*.{h,m}",
89       "dependencies": {
90         "BuryingPoint/Upload": [
92         ],
93         "BuryingPoint/DB": [
95         ],
96         "BuryingPoint/Const": [
98         ]
99       }
100     },
101     {
102       "name": "Category",
103       "source_files": "Public/BuryingPoint/Category/*.{h,m}",
104       "dependencies": {
105         "BuryingPoint/Base": [
107         ],
108         "BuryingPoint/Const": [
110         ]
111       }
112     },
113     {
114       "name": "DB",
115       "source_files": "Public/BuryingPoint/DB/*.{h,m}",
116       "dependencies": {
117         "BuryingPoint/Model": [
119         ],
120         "LBaseDB": [
122         ]
123       }
124     }
125   ]