blob: 5442c4fdb8256b1fcdee82b83cfd1850de0e0d28 [file] [log] [blame]
{
"name": "PreviewableActivityViewController",
"version": "3.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": "3.0"
},
"social_media_url": "https://twitter.com/kanecheshire",
"platforms": {
"ios": "9.0"
},
"source_files": "PreviewableActivityViewController/Classes/**/*"
}