blob: 563a373c5f121efb46dfc5f2f41daf50e79823c8 [file] [log] [blame]
{
"name": "PanelSheet",
"version": "1.0.1",
"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.1"
},
"platforms": {
"ios": "9.0"
},
"source_files": "PanelSheet/Classes/*.{m,h}",
"resource_bundles": {
"PSTPanelSheet": [
"PanelSheet/Classes/*.{xib}"
]
},
"public_header_files": "PanelSheet/Classes/*.h"
}