blob: e7467b0b83ce423bcd881dc441b120e7b2bdef41 [file] [log] [blame]
{
"name": "Gifu",
"version": "1.0.0",
"summary": "Highly performant 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": "v1.0.0",
"submodules": true
},
"platforms": {
"ios": "8.0"
},
"ios": {
"source_files": [
"Source/**/*.{h,swift}",
"Carthage/Checkouts/Runes/Source/Runes.swift"
]
},
"requires_arc": true
}