blob: 94f7a6dd3de7477298e10d637ffe27b1fec4bda2 [file] [log] [blame]
{
"name": "RRNavigationBar",
"version": "1.0",
"summary": "bring `UINavigationBar` to` UIViewController`",
"homepage": "https://github.com/cuzv/RRNavigationBar.git",
"license": "MIT",
"authors": {
"Shaw": "cuzval@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/cuzv/RRNavigationBar.git",
"tag": "1.0"
},
"source_files": "Sources/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit"
]
}