[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 4 / 5 / 6 / WXKit / 0.2.6 / WXKit.podspec.json
blob6f442444c444da66130f19a80c720733493ddc3b
2   "name": "WXKit",
3   "version": "0.2.6",
4   "summary": "自定义工具库",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/icofans/WXKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "icofans": "565057208@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/icofans/WXKit.git",
16     "tag": "0.2.6"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "WXKit/WXKit.h",
22   "subspecs": [
23     {
24       "name": "Base",
25       "source_files": "WXKit/Base/*.{h,m}"
26     },
27     {
28       "name": "Categories",
29       "source_files": "WXKit/Categories/*.{h,m}",
30       "dependencies": {
31         "WXKit/Base": [
33         ]
34       }
35     },
36     {
37       "name": "Tools",
38       "source_files": "WXKit/Tools/*.{h,m}",
39       "frameworks": [
40         "AVFoundation",
41         "AudioToolbox"
42       ]
43     },
44     {
45       "name": "Components",
46       "source_files": "WXKit/Components/*.{h,m}"
47     }
48   ]