[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 5 / 0 / b / BWExtensionKit / 0.0.1 / BWExtensionKit.podspec.json
blobfba9feb97aa95308daeec677480bf74dbe8d8b29
2   "name": "BWExtensionKit",
3   "version": "0.0.1",
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.1"
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",
30       "frameworks": "Security"
31     }
32   ]