blob: b040e475a655bd8a42788c65b1a2aa1e475d458e [file] [log] [blame]
{
"name": "ABCFramework",
"version": "0.0.1",
"summary": "a simple iOS view router framework",
"homepage": "https://github.com/AKACoder/ABCFramework/",
"license": "MIT",
"authors": {
"AKACoder": "akacoder@outlook.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/AKACoder/ABCFramework.git",
"tag": "v0.0.1"
},
"source_files": "ABCFramework/SourceCode/**/*.{swift}",
"requires_arc": true,
"dependencies": {
"Neon": [
"~> 0.4.0"
]
}
}