blob: 554c04a6399513558d738419d92788e79e7b3779 [file] [log] [blame]
{
"name": "SwiftyGiphy",
"version": "1.3.0",
"summary": "Provides a UI and API layer for Giphy discovery and integration.",
"description": "An easy to use library that provides a UI and API layer for Giphy discovery and integration.",
"homepage": "https://github.com/52inc/SwiftyGiphy",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Brendan Lee": "brendan@52inc.com"
},
"source": {
"git": "https://github.com/52inc/SwiftyGiphy.git",
"tag": "1.3.0"
},
"social_media_url": "https://twitter.com/52_inc",
"platforms": {
"ios": "9.0"
},
"source_files": "Library/*.*",
"resources": "Assets/*.*",
"frameworks": [
"UIKit",
"AVFoundation"
],
"dependencies": {
"ObjectMapper": [
"~> 3.0"
],
"SDWebImage/GIF": [
],
"NSTimer-Blocks": [
],
"FLAnimatedImage": [
"~> 1.0"
]
}
}