blob: 38edf75574f0aac7b19cab064ba55bf16bae5633 [file] [log] [blame]
{
"name": "GfycatKit",
"version": "0.0.37",
"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.37"
},
"social_media_url": "https://twitter.com/gfycat",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"platforms": {
"ios": "8.0"
},
"dependencies": {
"GfycatKit/Browser": [
]
},
"vendored_frameworks": "Libraries/GfycatKit.framework"
},
{
"name": "Browser",
"platforms": {
"ios": "8.0"
},
"dependencies": {
"YYWebImage": [
],
"YYImage/WebP": [
],
"GfycatApiKit": [
"~> 0.0.7"
]
},
"resources": "Libraries/GfycatBrowserKitResources.bundle",
"vendored_frameworks": "Libraries/GfycatBrowserKit.framework",
"frameworks": [
"UIKit",
"AVFoundation",
"CoreMedia",
"Photos"
]
},
{
"name": "PhotoMoments",
"platforms": {
"ios": "9.0"
},
"dependencies": {
"GfycatKit/Core": [
],
"CocoaImageHashing": [
],
"FMDB": [
"~> 2.6"
],
"YYWebImage": [
],
"YYImage/WebP": [
]
},
"resources": "Libraries/GfycatPhotoMomentsKitResources.bundle",
"vendored_frameworks": "Libraries/GfycatPhotoMomentsKit.framework",
"weak_frameworks": [
"Vision",
"CoreML"
]
},
{
"name": "Ads",
"platforms": {
"ios": "8.0"
},
"dependencies": {
"GfycatKit/Core": [
],
"FBAudienceNetwork": [
"~> 4.26"
]
},
"resources": "Libraries/GfycatAdsKitResources.bundle",
"vendored_frameworks": "Libraries/GfycatAdsKit.framework"
}
]
}