blob: 32371ef2ffb9da1312f39709d23e3978bfa05c08 [file] [log] [blame]
{
"name": "MSSidebarController",
"version": "1.0.6",
"summary": "Fully customizable sidebar controller",
"homepage": "https://github.com/mindsnacks/MSSidebarController",
"license": {
"type": "WTFPL",
"file": "LICENSE"
},
"authors": {
"Nacho Soto": "hello@nachosoto.com"
},
"source": {
"git": "https://github.com/mindsnacks/MSSidebarController.git",
"tag": "1.0.6"
},
"platforms": {
"ios": "7.0"
},
"source_files": "MSSidebarController/Classes/**/*.{h,m}",
"public_header_files": "MSSidebarController/Classes/Public/*.h",
"requires_arc": true,
"ios": {
"frameworks": [
"UIKit",
"QuartzCore"
]
},
"dependencies": {
"TransitionKit": [
"~> 2.0.0"
],
"libextobjc": [
"~> 0.3"
]
}
}