[Add] AgoraRtcEngine_iOS_Preview 4.3.2.11-build.2
[CocoaPods.git] / Specs / e / 1 / c / BeesKingLib / 0.0.12 / BeesKingLib.podspec.json
blob1da58fb48f491dcaa81b9acf021748be261ffe27
2   "name": "BeesKingLib",
3   "version": "0.0.12",
4   "summary": "A short description of BeesKingLib.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/s18782934812/BeesKingLib",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "s18782934812": "836152122@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/s18782934812/BeesKingLib.git",
16     "tag": "0.0.12"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "BeesKingLib/BeesKingLib.h",
22   "public_header_files": "BeesKingLib/BeesKingLib.h",
23   "subspecs": [
24     {
25       "name": "BKCommon",
26       "platforms": {
27         "ios": "8.0"
28       },
29       "source_files": "BeesKingLib/BKCommon/**/*.{h,m}",
30       "frameworks": [
31         "UIKit",
32         "Foundation"
33       ]
34     },
35     {
36       "name": "BKCategorys",
37       "platforms": {
38         "ios": "8.0"
39       },
40       "frameworks": [
41         "UIKit",
42         "Foundation"
43       ],
44       "subspecs": [
45         {
46           "name": "BKCategory",
47           "platforms": {
48             "ios": "8.0"
49           },
50           "source_files": "BeesKingLib/BKCategorys/BKCategory/*.{h,m}"
51         },
52         {
53           "name": "BKSafeCategory",
54           "platforms": {
55             "ios": "8.0"
56           },
57           "requires_arc": "BeesKingLib/BKCategorys/BKSafeCategory/ARCSafe/*.{h,m}",
58           "source_files": [
59             "BeesKingLib/BKCategorys/BKSafeCategory/ARCSafe/*.{h,m}",
60             "BeesKingLib/BKCategorys/BKSafeCategory/*.{h,m}"
61           ]
62         }
63       ]
64     },
65     {
66       "name": "BKNetWork",
67       "platforms": {
68         "ios": "8.0"
69       },
70       "source_files": "BeesKingLib/BKNetWork/**/*.{h,m,mm}",
71       "frameworks": [
72         "UIKit",
73         "Foundation"
74       ]
75     },
76     {
77       "name": "BKMediator",
78       "platforms": {
79         "ios": "8.0"
80       },
81       "ios": {
82         "source_files": "BeesKingLib/BKMediator/**/*.{h,m,mm}",
83         "frameworks": [
84           "UIKit",
85           "Foundation"
86         ]
87       }
88     }
89   ]