blob: 810288b32c72e8f905ec198fdb2658d5d98920b2 [file] [log] [blame]
{
"name": "EMKit",
"version": "0.1.2",
"summary": "EMKit contains all of my most used tools for native iOS Development.",
"description": "EMKit contains extensions that helps with some of the most frequent cases while programming in iOS.\nAlso, EMKit includes a TableManager to help with UITableView implementations.",
"homepage": "https://github.com/PedroAnibarro1/EMKit",
"license": {
"type": "MIT",
"file": "LICENCE"
},
"authors": {
"Pedro Anibarro": "pedroanibarro3@gmail.com"
},
"platforms": {
"ios": "10.0"
},
"swift_version": "4.0",
"source": {
"git": "https://github.com/PedroAnibarro1/EMKit.git",
"tag": "0.1.2"
},
"source_files": "EMKit/*.swift",
"exclude_files": "Classes/Exclude"
}