blob: 3a7be4d9cd4b1900ec2041edb7751b955a251cd6 [file] [log] [blame]
{
"name": "Gifu",
"version": "3.3",
"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.3",
"submodules": true
},
"platforms": {
"tvos": "9.0",
"ios": "9.0"
},
"swift_versions": [
"5.0",
"5.1",
"5.2",
"5.3"
],
"ios": {
"source_files": "Sources/**/*.{h,swift}"
},
"tvos": {
"source_files": "Sources/**/*.{h,swift}"
},
"swift_version": "5.3"
}