[Add] NetKernel 1.1.4
[CocoaPods.git] / Specs / 5 / 0 / b / BWExtensionKit / 0.0.2 / BWExtensionKit.podspec.json
blobbdc2c47377504e08798d190c09a0d4af17589412
2   "name": "BWExtensionKit",
3   "version": "0.0.2",
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.2"
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   ]