blob: f62d849bfcd19f71b5de9fd33abe17e6e7b400c2 [file] [log] [blame]
{
"name": "ZMScrollableNavigationBar",
"version": "0.1.0",
"summary": "A UINavigationController subclass that allows the UINavigationBar to scroll with the content (iOS 8 only).",
"homepage": "https://github.com/Zedenem/ZMScrollableNavigationBar",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Zouhair Mahieddine": "zouhair.mahieddine@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/Zedenem/ZMScrollableNavigationBar.git",
"tag": "0.1.0"
},
"source_files": "ZMScrollableNavigationBar/*.{swift}",
"requires_arc": true
}