blob: d526acdb6b4e121298b96006310647140e1468b3 [file] [log] [blame]
{
"name": "MNavigator",
"version": "0.9.1",
"summary": "An alternative to UINavigationController",
"description": "An alternative of UINavigationController with fraction of functionalities",
"homepage": "https://github.com/mohsenShakiba/Navigator",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"mohsenShakiba": "work.shakiba@gmail.com"
},
"source": {
"git": "https://github.com/mohsenShakiba/Navigator.git",
"tag": "0.9.1"
},
"platforms": {
"ios": "9.0"
},
"source_files": "Navigator/Classes/**/*",
"dependencies": {
"SnapKit": [
"< 4.0.0"
]
}
}