blob: f2dabc78bcaa3e9a2ddb3e52d88da3b7cb1fbc2a [file] [log] [blame]
{
"name": "DaVinci",
"module_name": "DaVinci",
"version": "2.0.0",
"summary": "More modern CoreGraphics wrapper for iOS/macOS",
"description": "DaVinci is a more modern CoreGraphics wrapper for iOS/macOS",
"homepage": "https://github.com/Meniny/DaVinci",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": "Elias Abel",
"source": {
"git": "https://github.com/Meniny/DaVinci.git",
"tag": "2.0.0"
},
"social_media_url": "https://meniny.cn/",
"requires_arc": true,
"platforms": {
"ios": "10.0",
"osx": "10.10"
},
"swift_version": "4.1",
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "DaVinci/Core/**/*.{h,swift}"
}
]
}