[Add] VideoIDSDK 1.28.3-FR
[CocoaPods.git] / Specs / 4 / 2 / 8 / BeeKit-Swift / 1.0.1 / BeeKit-Swift.podspec.json
blob09ba51faacaa92d0d2b521984f134f5624b7a0b0
2   "name": "BeeKit-Swift",
3   "version": "1.0.1",
4   "summary": "BeeKit 功能组件集合",
5   "homepage": "https://github.com/liuxc123/BeeKit-Swift",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "liuxc123": "lxc_work@126.com"
12   },
13   "source": {
14     "git": "https://github.com/liuxc123/BeeKit.git",
15     "tag": "1.0.1"
16   },
17   "platforms": {
18     "ios": "9.0"
19   },
20   "swift_versions": "5.0",
21   "requires_arc": true,
22   "frameworks": [
23     "UIKit",
24     "Foundation"
25   ],
26   "subspecs": [
27     {
28       "name": "Base",
29       "source_files": "Components/Base/Source/**/*",
30       "resources": "Components/Base/Assets/**/*",
31       "dependencies": {
32         "CocoaLumberjack/Swift": [
34         ],
35         "SwifterSwift": [
37         ],
38         "SwiftValidators": [
40         ],
41         "SwiftyAttributes": [
43         ],
44         "MJRefresh": [
46         ],
47         "MBProgressHUD": [
49         ],
50         "Schedule": [
52         ]
53       }
54     },
55     {
56       "name": "AppDelegate",
57       "source_files": "Components/AppDelegate/Source/*.swift"
58     },
59     {
60       "name": "Auto",
61       "source_files": "Components/Auto/Source/**/*"
62     },
63     {
64       "name": "Navigator",
65       "source_files": "Components/Navigator/Source/**/*.swift"
66     },
67     {
68       "name": "NavigationBar",
69       "source_files": "Components/NavigationBar/Source/**/*",
70       "dependencies": {
71         "BeeKit-Swift/Base": [
73         ],
74         "EachNavigationBar": [
76         ]
77       }
78     },
79     {
80       "name": "Theme",
81       "source_files": "Components/Theme/Source/**/*.swift"
82     },
83     {
84       "name": "LimitInput",
85       "source_files": "Components/LimitInput/Source/**/*",
86       "dependencies": {
87         "BeeKit-Swift/Base": [
89         ],
90         "Smile": [
92         ]
93       }
94     }
95   ],
96   "swift_version": "5.0"