blob: d5e89bb61762ecfeacdee716506cfd9de5983701 [file] [log] [blame]
{
"name": "ROThumbnailGenerator",
"version": "2.0.1",
"summary": "Creates thumbnails of different file types very easily",
"description": "It does create a thumbnail by the given file url. Creation of PDF, Image and Video thumbnails is per default supported.\nWith implementing the ROThumbnailGenerator it is very simple to add an additional ThumbnailGenerator for a missing file type.",
"homepage": "https://github.com/prine/ROThumbnailGenerator",
"license": "MIT",
"authors": {
"Robin Oster": "robin.oster@rascor.com"
},
"source": {
"git": "https://github.com/prine/ROThumbnailGenerator.git",
"tag": "2.0.1"
},
"social_media_url": "https://twitter.com/prinedev",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Source/**/*",
"resource_bundles": {
"ROBarcodeScanner": [
"Pod/Assets/*.png"
]
}
}