blob: 7fbcc6ee09549536054ba106be63b3e13e965d7f [file] [log] [blame]
{
"name": "Swiper",
"version": "0.0.1",
"summary": "UIView sublass for creating Tinder like swipe cards.",
"description": "UIView sublass for creating Tinder like swipe cards, with a peek view.",
"homepage": "https://github.com/gkye/Swiper",
"license": "MIT",
"authors": {
"George Kye": "qwstnz@gmail.com"
},
"source": {
"git": "https://github.com/gkye/Swiper.git",
"tag": "0.0.1"
},
"social_media_url": "https://twitter.com/kyegeorge",
"platforms": {
"ios": "9.0"
},
"source_files": "Sources/**/*",
"frameworks": "UIKit",
"dependencies": {
"Stellar": [
],
"PeekView": [
]
}
}