blob: 2fb079a11b74ac8260a9ecef72151d67965d2f98 [file] [log] [blame]
{
"name": "Regift",
"version": "1.0.1",
"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.\nCreate a gif from a given video URL, tweaking the frame count, delay time, and number of loops.",
"homepage": "https://github.com/matthewpalmer/Regift",
"license": "MIT",
"authors": {
"matthewpalmer": "matt@matthewpalmer.net"
},
"source": {
"git": "https://github.com/matthewpalmer/Regift.git",
"tag": "1.0.1"
},
"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"
}