blob: 1aa12e55d2f783909cb53b369110c0765665d146 [file] [log] [blame]
{
"name": "ClickableImage",
"version": "1.0.0",
"summary": "ClickableImage is a extension that users to tap image views to expand them.",
"description": "ClickableImage is an extension written in Swift for iOS that allows UIImageView's to be expanded to be made tappable by the user to expand the image full screen and allow them to pinch to zoom, and swipe the image away to dismiss.",
"homepage": "https://github.com/rrainn/ClickableImage",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"rrainn": "support@rrainn.com"
},
"source": {
"git": "https://github.com/rrainn/ClickableImage.git",
"tag": "1.0.0"
},
"social_media_url": "https://twitter.com/rrainn_inc",
"platforms": {
"ios": "9.0"
},
"source_files": "ClickableImage/Classes/**/*",
"frameworks": "UIKit",
"swift_version": "4.2"
}