blob: 46c22349c7233ca9fdf850be862ead6cbfc1b521 [file] [log] [blame]
{
"name": "PanelSheet",
"version": "1.0.5",
"summary": "Drawer or Panel like action sheet.",
"description": "Drawer or Panel like action sheet. Written using Objective-C",
"homepage": "https://github.com/ibnusina/PanelSheet",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ibnusina": "ibnu.sina009@gmail.com"
},
"source": {
"git": "https://github.com/ibnusina/PanelSheet.git",
"tag": "1.0.5"
},
"platforms": {
"ios": "9.0"
},
"source_files": "PanelSheet/Classes/*.{m,h}",
"resources": [
"PanelSheet/Classes/*.{xib}"
],
"public_header_files": "PanelSheet/Classes/*.h",
"frameworks": [
"UIKit",
"Foundation"
]
}