blob: f18fb40ab4ec8b81230d93bdf2ea14b0d1f3de58 [file] [log] [blame]
{
"name": "PreviewableActivityViewController",
"version": "1.0",
"summary": "A `UIActivityViewController` that provides the ability to show a preview of the image being shared.",
"description": "A `UIActivityViewController` that provides the ability to show a preview of the image being shared. There are some configurations but by default you only need to instantiate it the same way as a regular `UIActivityViewController` so there's no extra code to write.",
"homepage": "https://github.com/kanecheshire/PreviewableActivityViewController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Kane Cheshire": "kane.cheshire@googlemail.com"
},
"source": {
"git": "https://github.com/kanecheshire/PreviewableActivityViewController.git",
"tag": "1.0"
},
"social_media_url": "https://twitter.com/kanecheshire",
"platforms": {
"ios": "9.0"
},
"source_files": "PreviewableActivityViewController/Classes/**/*",
"pushed_with_swift_version": "3.2"
}