blob: b68d737a63f877771ddf39479f4cf3b0284c9b35 [file] [log] [blame]
{
"name": "WMProject",
"version": "1.0.1",
"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.1"
},
"requires_arc": true,
"swift_version": "4.0",
"default_subspecs": "Core",
"static_framework": true,
"subspecs": [
{
"name": "Addition",
"source_files": "Classes/Addition/*.{swift}"
},
{
"name": "Animator",
"source_files": "Classes/Animator/*.{swift}"
},
{
"name": "Core",
"source_files": "Classes/Core/*.{swift}",
"dependencies": {
"SDWebImage": [
],
"WMProject/Addition": [
],
"WMProject/Animator": [
]
}
}
]
}