blob: c3b6a927d3d9baf34e738cd6b7125f1359e82c8d [file] [log] [blame]
{
"name": "Mextension",
"version": "0.5.2",
"summary": "Some extensions classes to help code",
"description": "Some powerful extensions to help your code and do not copy code from stack overflow",
"homepage": "https://github.com/vitormesquita/mexetesion",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Vitor Mesquita": "vitor.mesquita09@gmail.com"
},
"source": {
"git": "https://github.com/vitormesquita/mexetesion.git",
"tag": "0.5.2"
},
"swift_versions": [
5.0
],
"default_subspecs": "All",
"platforms": {
"ios": "10.0"
},
"subspecs": [
{
"name": "All",
"source_files": "Source/**/*",
"frameworks": "Foundation"
},
{
"name": "UIKit",
"source_files": "Source/UIKit+Extensions/*.swift",
"frameworks": "UIKit"
},
{
"name": "Foundation",
"source_files": "Source/Foundation+Extensions/*.swift",
"frameworks": "Foundation"
}
],
"swift_version": "5.0"
}