blob: 8a1a62f31e2eb10d48303c8c97a7020b0d5e2885 [file] [log] [blame]
{
"name": "ZMScrollableNavigationBar",
"version": "0.5.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": "7.0"
},
"source": {
"git": "https://github.com/Zedenem/ZMScrollableNavigationBar.git",
"tag": "0.5.0"
},
"source_files": "ZMScrollableNavigationBar/*.{h,m}",
"requires_arc": true
}