blob: abdd8c00a1a98e9beee2e95b9f85ffc2a6e77ebf [file] [log] [blame]
{
"name": "DJExtension",
"version": "1.2.2",
"summary": "Extensions and globalFunctions for swift. Create components with one line of code.",
"homepage": "https://github.com/iwufan/DJExtension",
"license": "MIT",
"platforms": {
"ios": "8.0"
},
"swift_version": "4.2",
"authors": {
"jiadawei": "jiadawei80@126.com"
},
"source": {
"git": "https://github.com/iwufan/DJExtension.git",
"tag": "1.2.2"
},
"source_files": "DJExtension/**/*.{swift}",
"requires_arc": true,
"frameworks": [
"UIKit",
"AVFoundation",
"Photos"
],
"dependencies": {
"SnapKit": [
]
}
}