[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 5 / 0 / b / BWExtensionKit / 0.0.3 / BWExtensionKit.podspec.json
blobc080835954a2f44208a2f591cd1b76fb774cfd6b
2   "name": "BWExtensionKit",
3   "version": "0.0.3",
4   "summary": "一些扩展及封装。",
5   "description": "这是可以添加描述",
6   "homepage": "https://github.com/BWLi420/BWExtensionKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": "BWLi420",
12   "platforms": {
13     "ios": "9.0"
14   },
15   "source": {
16     "git": "https://github.com/BWLi420/BWExtensionKit.git",
17     "tag": "0.0.3"
18   },
19   "source_files": "BWExtensionKit/**/*.{h,m}",
20   "frameworks": [
21     "UIKit",
22     "Foundation",
23     "Security"
24   ],
25   "requires_arc": true,
26   "subspecs": [
27     {
28       "name": "Category",
29       "source_files": "BWExtensionKit/Category/*.{h,m}",
30       "frameworks": "Security"
31     },
32     {
33       "name": "MHud",
34       "source_files": "BWExtensionKit/MHud/*.{h,m}",
35       "dependencies": {
36         "MBProgressHUD": [
38         ]
39       },
40       "frameworks": [
41         "UIKit",
42         "Foundation"
43       ]
44     },
45     {
46       "name": "SHud",
47       "source_files": "BWExtensionKit/SHud/*.{h,m}",
48       "dependencies": {
49         "SVProgressHUD": [
51         ]
52       },
53       "frameworks": [
54         "UIKit",
55         "Foundation"
56       ]
57     }
58   ]