blob: 9a3f30f924c0dbbf2bc244174ab3e604c2c4c155 [file] [log] [blame]
{
"name": "CardFlipsLayout",
"version": "0.1.1",
"summary": "A simple animated card flips Lib.",
"description": "TODO: A simple animated card flips Lib.\nBase on UICollectionView, UICollectionViewCell.\nUse UIViewPropertyAnimator : Making advanced animations.",
"swift_version": "4.2",
"homepage": "https://github.com/der1598c/CardFlipsLayout",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"der1598c": "der1598c@gmail.com"
},
"source": {
"git": "https://github.com/der1598c/CardFlipsLayout.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "10.0"
},
"source_files": "CardFlipsLayout/Classes/**/*",
"resource_bundles": {
"CardFlipsLayout": [
"CardFlipsLayout/Assets/*.xcassets"
]
}
}