blob: c1402cd73891b9c6ab0524ffc45b4d183f8db23d [file] [log] [blame]
{
"name": "AKBasis",
"version": "0.1.1",
"summary": "Base things for projects: Routing, Assembly and other",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/konshin/AKBasis",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Aleksey Konshin": "alexey.konshin@exness.com"
},
"source": {
"git": "https://github.com/konshin/AKBasis.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "9.0"
},
"source_files": "AKBasis/Classes/**/*",
"swift_version": "4.2",
"dependencies": {
"SnapKit": [
"~> 4.0"
]
}
}