| { |
| "name": "Mextension", |
| "version": "0.4.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.4.1" |
| }, |
| "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" |
| } |
| ] |
| } |