blob: 66e0394634b97702bd13f71f92181b3e6f54dba0 [file] [log] [blame]
{
"name": "KrotoffSwiftExtensions",
"version": "0.1.1",
"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.1"
},
"platforms": {
"ios": "11.0"
},
"source_files": "*Extensions/**/*.swift",
"exclude_files": "KrotoffSwiftExtensions/*.plist"
}