blob: 41215d189194429cb52ec8bef69387f147d92471 [file] [log] [blame]
{
"name": "WMProject",
"version": "1.0.20",
"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.20"
},
"requires_arc": true,
"swift_version": "4.0",
"default_subspecs": [
"Core",
"Selection",
"DatePicker",
"Share",
"Utils"
],
"static_framework": true,
"subspecs": [
{
"name": "Addition",
"source_files": "Classes/Addition/*.{swift}"
},
{
"name": "Animator",
"source_files": "Classes/Animator/*.{swift}"
},
{
"name": "Selection",
"source_files": "Classes/Components/Selection/*.{swift}",
"dependencies": {
"SnapKit": [
],
"WMProject/Animator": [
]
}
},
{
"name": "DatePicker",
"source_files": "Classes/Components/DatePicker/*.{swift}",
"dependencies": {
"SnapKit": [
],
"WMProject/Animator": [
]
}
},
{
"name": "Share",
"source_files": "Classes/Components/Share/*.{swift}",
"dependencies": {
"FBSDKShareKit": [
"= 4.34.0"
]
}
},
{
"name": "Utils",
"source_files": "Classes/Utils/*.{swift}"
},
{
"name": "Core",
"source_files": "Classes/Core/*.{swift}",
"dependencies": {
"SDWebImage": [
],
"SDWebImage/GIF": [
],
"WMProject/Addition": [
],
"WMProject/Animator": [
]
}
}
]
}