blob: 776c20fd28f4babd0a04ec93fb262ea6b49c38b8 [file] [log] [blame]
{
"name": "AppNavigator",
"version": "0.3.3",
"summary": "App navigator or router",
"description": "AppNavigator is a page navigator/router in iOS App",
"homepage": "https://gitlab.com/hrx00747/appnavigator",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"hrx00747": "hrx00747@gmail.com"
},
"source": {
"git": "https://gitlab.com/hrx00747/appnavigator.git",
"tag": "0.3.3"
},
"platforms": {
"ios": "9.0"
},
"source_files": "AppNavigator/Classes/**/*",
"resources": [
"AppNavigator/Resources/**/*"
],
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"Masonry": [
"1.1.0"
],
"WebViewJavascriptBridge": [
"6.0"
]
}
}