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