blob: f69d386f196a73d3ea07b0bca19d3e69f29081e9 [file] [log] [blame]
{
"name": "SwiftyGif",
"version": "1.0.0",
"summary": "A animated GIF engine for iOS in Swift",
"homepage": "https://github.com/kirualex/SwiftyGif",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Alexis Creuzot": "alexis.creuzot@gmail.com"
},
"source": {
"git": "https://github.com/kirualex/SwiftyGif.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "SwiftyGif/*"
}