[Add] TensorFlowLiteObjC 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 5 / 3 / a / ZHDropDownMenu / 1.0.0 / ZHDropDownMenu.podspec.json
blobb07e610ea3d5cabbdbd7bdcbbd901231ff69e1ca
2   "name": "ZHDropDownMenu",
3   "version": "1.0.0",
4   "license": "MIT",
5   "summary": "An open source dropdown menu for iOS written in swift, it is easy to use in your project.",
6   "homepage": "https://github.com/zhubch/ZHDropDownMenu",
7   "authors": {
8     "zhubch": "cheng4741@gmail.com"
9   },
10   "platforms": {
11     "ios": "8.0"
12   },
13   "source": {
14     "git": "https://github.com/zhubch/ZHDropDownMenu.git",
15     "tag": "1.0.0"
16   },
17   "source_files": "ZHDropDownMenu/*.swift",
18   "resources": "ZHDropDownMenu/*.png",
19   "requires_arc": true,
20   "xcconfig": {
21     "CLANG_MODULES_AUTOLINK": "YES"
22   }