blob: a97d37e17c5b7b7a11290a63357eb2279ace965c [file] [log] [blame]
{
"name": "MPUtils",
"version": "0.1.0",
"summary": "Swift utility classes and extensions",
"swift_version": "4.0",
"description": "Couple of Swift utility methods and extensions",
"homepage": "https://github.com/martinpucik/MPUtils",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"martinpucik": "martin@martinpucik.com"
},
"source": {
"git": "https://github.com/martinpucik/MPUtils.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/MartinPucik",
"platforms": {
"ios": "10.0"
},
"source_files": "MPUtils/**/*",
"frameworks": [
"UIKit",
"Foundation"
]
}