blob: a27520b6768c8f9f88b315e7c56796f5fc8e11a2 [file] [log] [blame]
{
"name": "DNNSwiftExtension",
"version": "1.0.8",
"summary": "Summerizing some of useful swift extensions that we used in our projects.",
"description": "We're building useful swift extensions for our projects. It will be reused in other project. I hope it will useful other developer as well",
"homepage": "https://github.com/diepnn01/extensions.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"diepnn": "diepnn01.it@gmail.com"
},
"social_media_url": "https://github.com/diepnn01",
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/diepnn01/extensions.git",
"tag": "1.0.8"
},
"source_files": "SwiftExtension/SwiftExtension/**/*.{swift}",
"exclude_files": "Classes/Exclude",
"swift_versions": "4.2",
"swift_version": "4.2"
}