[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / c / 2 / 9 / PanelSheet / 1.0.4 / PanelSheet.podspec.json
blobe1646acfffbb596d77355302c0815b9b86e700b8
2   "name": "PanelSheet",
3   "version": "1.0.4",
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.4"
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   ]