blob: e15621589bb656151b3c050d78a05a1f98ec91c9 [file] [log] [blame]
{
"name": "SwipeToReveal",
"version": "1.0.0",
"summary": "Customizable swipe-to-reveal view for iOS apps",
"homepage": "https://github.com/darrarski/SwipeToReveal-iOS",
"authors": {
"Dariusz Rybicki": "darrarski@gmail.com"
},
"social_media_url": "https://twitter.com/darrarski",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"source": {
"git": "https://github.com/darrarski/SwipeToReveal-iOS.git",
"tag": "v1.0.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "Source",
"requires_arc": true,
"frameworks": "UIKit",
"dependencies": {
"SnapKit": [
"~> 3.0"
]
},
"pushed_with_swift_version": "3.0"
}