blob: b3fd82f88a49b55e580c0c4199f623e2ee964e0f [file] [log] [blame]
{
"name": "PageNavigator",
"version": "1.0.1",
"summary": "A simple app internal navigation framework to replace the cumbersome navigation logic.",
"homepage": "https://github.com/liuxc123/PageNavigator",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"liuxc123": "lxc_work@126.com"
},
"source": {
"git": "https://github.com/liuxc123/PageNavigator.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"swift_version": "4.2",
"source_files": "PageNavigator/Classes/**/*",
"frameworks": [
"UIKit",
"Foundation"
]
}