[Add] TensorFlowLiteSelectTfOps 0.0.1-nightly.20241222
[CocoaPods.git] / Specs / c / 2 / 9 / PanelSheet / 1.0.2 / PanelSheet.podspec.json
blob826a1ccc43bf644b3c75274d08adf485323910a9
2   "name": "PanelSheet",
3   "version": "1.0.2",
4   "summary": "Drawer or Panel like action sheet.",
5   "description": "Drawer or Panel like action sheet. Written using Objective-C",
6   "homepage": "https://github.com/ibnusina/PanelSheet",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "ibnusina": "ibnu.sina009@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/ibnusina/PanelSheet.git",
16     "tag": "1.0.2"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "PanelSheet/Classes/*.{m,h}",
22   "resources": [
23     "PanelSheet/Classes/*.{xib}"
24   ],
25   "public_header_files": "PanelSheet/Classes/*.h",
26   "frameworks": [
27     "UIKit",
28     "Foundation"
29   ]