[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / d / 7 / c / KJMenuView / 1.0.2 / KJMenuView.podspec.json
blob0bd3e7c9dfb49782123993d842124adb58a6ab47
2   "name": "KJMenuView",
3   "version": "1.0.2",
4   "summary": "Organize some menu controls.",
5   "homepage": "https://github.com/yangKJ/KJMenuView",
6   "license": "Copyright (c) 2018 yangkejun",
7   "authors": {
8     "77": "393103982@qq.com"
9   },
10   "platforms": {
11     "ios": null
12   },
13   "source": {
14     "git": "https://github.com/yangKJ/KJMenuView.git",
15     "tag": "1.0.2"
16   },
17   "social_media_url": "https://www.jianshu.com/u/c84c00476ab6",
18   "requires_arc": true,
19   "ios": {
20     "source_files": "KJMenuView/KJMenuHeader.h"
21   },
22   "frameworks": [
23     "Foundation",
24     "UIKit"
25   ],
26   "subspecs": [
27     {
28       "name": "MenuCollectionView",
29       "source_files": "KJMenuView/MenuCollectionView/**/*.{h,m}",
30       "public_header_files": [
31         "KJMenuView/MenuCollectionView/**/*.h",
32         "KJMenuView/MenuCollectionView/*.h"
33       ]
34     },
35     {
36       "name": "KJDropDownMenu",
37       "source_files": "KJMenuView/KJDropDownMenu/**/*.{h,m}",
38       "public_header_files": [
39         "KJMenuView/KJDropDownMenu/**/*.h",
40         "KJMenuView/KJDropDownMenu/*.h"
41       ],
42       "resources": "KJMenuView/KJDropDownMenu/**/*.{bundle}"
43     }
44   ]