blob: 04f7156b319e9186dc8b97eafd87cc45926057ec [file] [log] [blame]
{
"name": "Gifu",
"version": "3.2.0",
"summary": "High-performance animated GIF support for iOS",
"homepage": "https://github.com/kaishin/Gifu",
"social_media_url": "http://twitter.com/kaishin",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Reda Lemeden": "git@kaishin.haz.email"
},
"source": {
"git": "https://github.com/kaishin/Gifu.git",
"tag": "v3.2.0",
"submodules": true
},
"platforms": {
"tvos": "9.0",
"ios": "9.0"
},
"ios": {
"source_files": "Source/**/*.{h,swift}"
},
"tvos": {
"source_files": "Source/**/*.{h,swift}"
}
}