blob: 87762d438522b6e3a44ef02baaa4523b6f6ec03e [file] [log] [blame]
{
"name": "GfycatKit",
"version": "0.0.33",
"summary": "GfycatKit for iOS",
"description": "GfycatKit provides UI components to build experiences using Gfycat.",
"homepage": "https://developers.gfycat.com/api/",
"license": {
"type": "Commercial",
"file": "LICENSE"
},
"authors": {
"Gfycat": "support@gfycat.com"
},
"source": {
"git": "https://github.com/gfycat/GfycatKit.git",
"tag": "0.0.33"
},
"social_media_url": "https://twitter.com/gfycat",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"public_header_files": "Headers/*.h",
"source_files": [
"Headers/*.h",
"Sources/*"
],
"vendored_libraries": "Libraries/libGfycat.a",
"resources": "Resources/*.bundle",
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
},
"dependencies": {
"YYWebImage": [
],
"YYImage/WebP": [
],
"GfycatApiKit": [
"~> 0.0.5"
]
}
}