blob: 3f3f1d4984848cd0d3530ad907088d13f1f6b8f8 [file] [log] [blame]
{
"name": "ModalCardFlow",
"version": "1.0.0",
"summary": "A Swift library to setup card views and the card view flow",
"description": "The UI framework allows any view controllers are able to start the flow of card views and pass context within flow.",
"homepage": "https://github.com/michilin/ModalCardFlow",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Mickey Lee": "rruubb@gmail.com"
},
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/michilin/ModalCardFlow.git",
"tag": "1.0.0"
},
"source_files": "ModalCardFlow/**/*.{h,m}",
"exclude_files": "Classes/Exclude",
"public_header_files": "ModalCardFlow/**/*.h"
}