blob: 086651d31e3fe805bbf820507973825ef99f9eb9 [file] [log] [blame]
{
"name": "AKit",
"version": "0.1.1",
"summary": "A boilerplate Swift code I'm using in all my projects.",
"description": "A boilerplate Swift code I'm using in all my projects. Moved to cocoapods for better maintenance.",
"homepage": "https://github.com/adam-leitgeb/AKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Adam Leitgeb": "leitgeb.a@icloud.com"
},
"source": {
"git": "https://github.com/adam-leitgeb/AKit.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "10.0"
},
"swift_version": "4.2",
"source_files": "Sources/**/*",
"frameworks": "UIKit"
}