blob: 74eed355833a62b545b2acdadb5a4a2469d38e16 [file] [log] [blame]
{
"name": "VVExtensions",
"version": "0.0.4",
"summary": "Some useful extensions will help you a lot when Swift dev.",
"description": "A collection of useful extensions for the Swift Standard Library, Foundation, and UIKit. And it may improve tons fo development efficiency.",
"homepage": "https://github.com/qiuncheng/VVExtensions",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Qiuncheng": "qiuncheng@gmail.com"
},
"social_media_url": "https://twitter.com/vsccw",
"platforms": {
"ios": "9.0"
},
"swift_version": "5.0",
"source": {
"git": "https://github.com/qiuncheng/VVExtensions.git",
"tag": "0.0.4"
},
"source_files": "VVExtensions/*.{swift}",
"requires_arc": true
}