blob: 5029c3fd394db073a70fe9949f8aaaefd8174751 [file] [log] [blame]
{
"name": "Mextension",
"version": "0.4",
"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.4"
},
"platforms": {
"ios": "9.0"
},
"default_subspecs": "All",
"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"
}
]
}