[Add] CXHAdSDK 1.4.6
[CocoaPods.git] / Specs / e / 1 / c / BeesKingLib / 0.0.9 / BeesKingLib.podspec.json
blob8f80902e2c6a7603261c5f38adb6abfdc2c8c7d9
2   "name": "BeesKingLib",
3   "version": "0.0.9",
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.9"
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": "BKCategory",
37       "platforms": {
38         "ios": "8.0"
39       },
40       "source_files": "BeesKingLib/BKCategory/*.{h,m}",
41       "frameworks": [
42         "UIKit",
43         "Foundation"
44       ]
45     },
46     {
47       "name": "BKNetWork",
48       "platforms": {
49         "ios": "8.0"
50       },
51       "source_files": "BeesKingLib/BKNetWork/**/*.{h,m,mm}",
52       "frameworks": [
53         "UIKit",
54         "Foundation"
55       ]
56     },
57     {
58       "name": "BKMediator",
59       "platforms": {
60         "ios": "8.0"
61       },
62       "ios": {
63         "source_files": "BeesKingLib/BKMediator/**/*.{h,m,mm}",
64         "frameworks": [
65           "UIKit",
66           "Foundation"
67         ]
68       }
69     }
70   ]