blob: 8cdeb5332f78c97b0912dff0d58632960408fa33 [file] [log] [blame]
{
"name": "EPDeckView",
"version": "0.1.2",
"summary": "EPDeckView is an easy-to-use library that provides a deck of views that can be swiped or thrown left/right (inspired by the Tinder app).",
"description": "EPDeckView is inspired by the Tinder app and provides its core functionality, while it's easy to customize it. You can swipe the cards of the deck left/right or throw them with a button click.",
"homepage": "https://github.com/EvansPie/EPDeckView",
"license": "MIT",
"authors": {
"Evangelos Pittas": "evangelospittas@gmail.com"
},
"source": {
"git": "https://github.com/EvansPie/EPDeckView.git",
"tag": "0.1.2"
},
"social_media_url": "https://twitter.com/hopinside",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"EPDeckView": [
"Pod/Assets/*.png"
]
}
}