blob: a57dfe142b0d53cabdf04e19bdba8a92aa79f6ea [file] [log] [blame]
{
"name": "MPUtils",
"version": "0.2.6",
"summary": "Swift utility classes and extensions",
"swift_version": "4.2",
"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.2.6"
},
"social_media_url": "https://twitter.com/MartinPucik",
"platforms": {
"ios": "10.0"
},
"source_files": "MPUtils/**/*",
"resources": [
"**/*.xcassets"
],
"frameworks": [
"UIKit",
"Foundation"
]
}