blob: 7cca11cd84ba68058828b4fbb86527ae96780ee2 [file] [log] [blame]
{
"name": "Regift",
"version": "1.0.0",
"summary": "Regift helps you easily convert a video to a GIF on iOS.",
"description": " Regift helps you easily convert a video to a GIF on iOS.\n Create a gif from a given video URL, tweaking the frame count, delay time, and number of loops.\n",
"homepage": "https://github.com/matthewpalmer/Regift",
"license": "MIT",
"authors": {
"matthewpalmer": "matt@matthewpalmer.net"
},
"source": {
"git": "https://github.com/matthewpalmer/Regift.git",
"tag": "1.0.0"
},
"social_media_url": "https://twitter.com/_matthewpalmer",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Regift/*.{m,h,swift}",
"resource_bundles": {
"Regift": [
"Pod/Assets/*.png"
]
},
"frameworks": "UIKit"
}