blob: a3dba15736e3c603b2cc1a02f381bf740ca378aa [file] [log] [blame]
{
"name": "SidePanel",
"version": "0.1.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "Google styled sidepanel written in swift",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/db42/SidePanel",
"authors": {
"Dushyant Bansal": "dushyant37@gmail.com"
},
"source": {
"git": "https://github.com/db42/SidePanel.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Source/*.swift",
"resource_bundles": {
"SidePanel": [
"Resources/**/*.{png}"
]
}
}