blob: 9a67297b2fcb0dfb8c83b3aaff3e373e119da070 [file] [log] [blame]
{
"name": "ABCFramework",
"version": "1.0.0",
"summary": "This is a simple page router framework.",
"homepage": "https://github.com/AKACoder/ABCFramework/",
"license": "MIT",
"authors": {
"AKACoder": "akacoder@outlook.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/AKACoder/ABCFramework.git",
"tag": "v1.0.0"
},
"source_files": "SourceCode/**/*.{swift}",
"requires_arc": true,
"dependencies": {
"Neon": [
"~> 0.4.0"
]
},
"pushed_with_swift_version": "3"
}