[Add] CXHAdSDK 1.4.6
[CocoaPods.git] / Specs / e / 1 / c / BeesKingLib / 0.0.17 / BeesKingLib.podspec.json
blob1f285db0b770b52555959c7ba5fc0f247a1f7dc5
2   "name": "BeesKingLib",
3   "version": "0.0.17",
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.17"
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       "dependencies": {
76         "AFNetworking": [
78         ]
79       }
80     },
81     {
82       "name": "BKMediator",
83       "platforms": {
84         "ios": "8.0"
85       },
86       "ios": {
87         "source_files": "BeesKingLib/BKMediator/**/*.{h,m,mm}",
88         "frameworks": [
89           "UIKit",
90           "Foundation"
91         ]
92       }
93     },
94     {
95       "name": "BKLargeImage",
96       "platforms": {
97         "ios": "8.0"
98       },
99       "ios": {
100         "source_files": "BeesKingLib/BKLargeImage/**/*.{h,m,mm}",
101         "frameworks": [
102           "UIKit",
103           "Foundation",
104           "QuartzCore"
105         ]
106       }
107     }
108   ]