| { |
| "name": "Mextension", |
| "version": "0.4.3", |
| "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.3" |
| }, |
| "swift_versions": [ |
| 4.2, |
| 5.0, |
| "5.0" |
| ], |
| "default_subspecs": "All", |
| "platforms": { |
| "ios": "10.0" |
| }, |
| "swift_version": "5.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" |
| } |
| ] |
| } |