blob: 09e2f0ab9c76fd2771f4a2fec3aae85d79a6fbfb [file] [log] [blame]
{
"name": "KrotoffSwiftExtensions",
"version": "0.1.0",
"summary": "My Swift Extensions. UI, Foundation, CoreData and etc.",
"description": "Simple extensions for every day usage in your code. Make your code cleaner.",
"homepage": "https://github.com/krotoff/KrotoffSwiftExtensions",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Andrew Krotov": "akrotoff95@gmail.com"
},
"source": {
"git": "https://github.com/krotoff/KrotoffSwiftExtensions.git",
"branch": "master",
"tag": "0.1.0"
},
"platforms": {
"ios": "11.0"
},
"source_files": "KrotoffSwiftExtensions/**/*.swift",
"exclude_files": "KrotoffSwiftExtensions/*.plist"
}