blob: 5792971f93a87d6bc4d79b0dea2f3cb99b5f44e6 [file] [log] [blame]
{
"name": "ZMScrollableNavigationBar",
"version": "0.2.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.2.0"
},
"source_files": "ZMScrollableNavigationBar/*.{swift}",
"requires_arc": true
}