blob: b7de32e10c3d5b7144e4532d22be275d0e31b021 [file] [log] [blame]
{
"name": "SwiftlyPro",
"version": "0.1.0",
"summary": "A collection of extensions that will help you out with your project.",
"swift_version": "4.2",
"description": "A collection of extensions that will help you out with your project. There are extensions for Strings, Dates etc.",
"homepage": "https://github.com/leodabus/SwiftlyPro",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"leodabus": "leodabus@gmail.com"
},
"source": {
"git": "https://github.com/leodabus/SwiftlyPro.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "10.0"
},
"source_files": "SwiftlyPro/Classes/*.swift",
"frameworks": "UIKit"
}