blob: c8381dec50b9e11c975c8ef62556c96b41ab1ca8 [file] [log] [blame]
{
"name": "WMProject",
"version": "1.0.0",
"summary": "default configuration",
"homepage": "https://github.com/cloudhm/WMProject",
"license": "LICENSE",
"authors": {
"cloudhm": "cloud.huang@whatsmode.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/cloudhm/WMProject.git",
"tag": "1.0.0"
},
"requires_arc": true,
"swift_version": "4.0",
"default_subspecs": "Core",
"static_framework": true,
"subspecs": [
{
"name": "Core",
"source_files": "Classes/Core/*.{swift}",
"dependencies": {
"SDWebImage": [
]
}
}
]
}