blob: d506298e777d5e3a62a06d8b1558828d99071eda [file] [log] [blame]
{
"name": "DNNSwiftExtension",
"version": "2.0.0",
"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": "2.0.0"
},
"source_files": "SwiftExtension/SwiftExtension/**/*.{swift}",
"exclude_files": "Classes/Exclude",
"swift_versions": "5",
"swift_version": "5"
}