blob: 992cd4de447dd4ff74362a341eefbd71a86c451f [file] [log] [blame]
{
"name": "PageNavigator",
"version": "1.1.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.1.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"swift_versions": "5.0",
"source_files": "PageNavigator/Classes/**/*",
"frameworks": [
"UIKit",
"Foundation"
],
"swift_version": "5.0"
}