[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 9 / 4 / 7 / VHBoomMenuButton / 2.0.0 / VHBoomMenuButton.podspec.json
blobd2b379fd8f16d6dbc5d0c708ebbff5357c41112e
2   "name": "VHBoomMenuButton",
3   "version": "2.0.0",
4   "summary": "A menu which can ... BOOM!",
5   "description": "This is a menu-button whose sub buttons will boom to show.",
6   "homepage": "https://github.com/Nightonke/VHBoomMenuButton",
7   "license": "MIT",
8   "authors": {
9     "Nightonke": "2584541288@qq.com"
10   },
11   "source": {
12     "git": "https://github.com/Nightonke/VHBoomMenuButton.git",
13     "tag": "2.0.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "default_subspecs": "ObjC",
20   "pushed_with_swift_version": "3.0",
21   "subspecs": [
22     {
23       "name": "ObjC",
24       "platforms": {
25         "ios": "8.0"
26       },
27       "source_files": "VHBoomMenuButton/**/*.{h,m,swift}"
28     },
29     {
30       "name": "Swift",
31       "platforms": {
32         "ios": "8.0"
33       },
34       "source_files": "VHBoomMenuButtonSwift/**/*.{h,m,swift}"
35     }
36   ]