blob: f3ef748c9e8ebcc54e90a20dc3cbbaef69c0783a [file] [log] [blame]
{
"name": "AppNavigator",
"version": "0.1.0",
"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.1.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "AppNavigator/Classes/**/*",
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"Masonry": [
"1.0.1"
]
}
}