blob: d926933441c3c4c0118ced5fd36767638074c031 [file] [log] [blame]
{
"name": "AKBasis",
"version": "0.3.0",
"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.3.0"
},
"platforms": {
"ios": "10.0"
},
"source_files": "AKBasis/Classes/**/*",
"swift_versions": "5.0",
"dependencies": {
"SnapKit": [
"~> 5.0"
]
},
"swift_version": "5.0"
}