blob: 1e7e5dbcb47b6434be9a50c4f46d17515aa7b6f0 [file] [log] [blame]
{
"name": "PostcardController",
"version": "1.0.0",
"swift_versions": "5.0",
"summary": "一个手势交互卡片转场控制器",
"homepage": "https://github.com/lyimin/PostcardController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"eamon": "liangeamon@gmail.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/lyimin/PostcardController.git",
"tag": "1.0.0"
},
"source_files": "Source/*.{swift}",
"resources": "Source/resource/*.png",
"frameworks": "UIKit",
"dependencies": {
"SnapKit": [
"~> 5.0.0"
]
},
"swift_version": "5.0"
}