blob: cfbfbdc0c097a9a33654233d953f70f6b890a0e9 [file] [log] [blame]
{
"name": "Mextension",
"version": "0.1",
"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.1"
},
"platforms": {
"ios": "9.0"
},
"default_subspecs": "All",
"pushed_with_swift_version": "4.1",
"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"
}
]
}