[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 4 / 5 / 6 / WXKit / 0.2.0 / WXKit.podspec.json
blob83aff9c2bec1c56a8dce5646fd5c2b436f88cf37
2   "name": "WXKit",
3   "version": "0.2.0",
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.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "WXKit/WXKit.h",
22   "subspecs": [
23     {
24       "name": "Categories",
25       "source_files": "WXKit/Categories/*.{h,m}"
26     },
27     {
28       "name": "Utils",
29       "source_files": "WXKit/Utils/*.{h,m}",
30       "frameworks": [
31         "AVFoundation",
32         "AudioToolbox"
33       ]
34     },
35     {
36       "name": "Components",
37       "source_files": "WXKit/Components/*.{h,m}"
38     }
39   ]