blob: 6ff23b53ef3b76ffa30b489917cfe24b8e2df48e [file] [log] [blame]
{
"name": "DimoLogo",
"version": "0.4.0",
"summary": "Inkonote(滴墨书摘) style logo view.",
"description": "Provide Inkonote style logo view and loading view.",
"homepage": "https://github.com/Inkonote/DimoLogo",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ty0x2333": "ty0x2333@gmail.com"
},
"source": {
"git": "https://github.com/Inkonote/DimoLogo.git",
"tag": "0.4.0"
},
"social_media_url": "https://twitter.com/ty0x2333",
"platforms": {
"ios": "10.0"
},
"default_subspecs": "Core",
"swift_versions": "5",
"subspecs": [
{
"name": "Core",
"source_files": "DimoLogo/Classes/Core/**/*"
},
{
"name": "HUD",
"source_files": "DimoLogo/Classes/HUD/**/*",
"dependencies": {
"MBProgressHUD": [
"~> 1.2"
],
"DimoLogo/Core": [
]
}
}
],
"swift_version": "5"
}