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