blob: 4637b3433d89162477d152453efb8f419ec19148 [file] [log] [blame]
{
"name": "PostcardControllerDemo",
"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"
}