blob: 04ec4ae25524f9592d9eef4bc89031977c2b32d7 [file] [log] [blame]
{
"name": "Gifu",
"version": "3.1.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.1.0",
"submodules": true
},
"platforms": {
"tvos": "9.0",
"ios": "9.0"
},
"ios": {
"source_files": "Source/**/*.{h,swift}"
},
"tvos": {
"source_files": "Source/**/*.{h,swift}"
},
"requires_arc": true
}