[Add] Plotline 4.1.5
[CocoaPods.git] / Specs / c / e / 1 / GfycatKit / 0.0.46 / GfycatKit.podspec.json
blobab80be16a4aa200d99512497c3535d4bda77ea23
2   "name": "GfycatKit",
3   "version": "0.0.46",
4   "summary": "GfycatKit for iOS",
5   "description": "GfycatKit provides UI components to build experiences using Gfycat.",
6   "homepage": "https://developers.gfycat.com/api/",
7   "license": {
8     "type": "Commercial",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Gfycat": "support@gfycat.com"
13   },
14   "source": {
15     "git": "https://github.com/gfycat/GfycatKit.git",
16     "tag": "0.0.46"
17   },
18   "social_media_url": "https://twitter.com/gfycat",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "requires_arc": true,
23   "xcconfig": {
24     "OTHER_LDFLAGS": "-ObjC"
25   },
26   "default_subspecs": "Core",
27   "subspecs": [
28     {
29       "name": "Core",
30       "platforms": {
31         "ios": "8.0"
32       },
33       "dependencies": {
34         "GfycatKit/Browser": [
36         ]
37       },
38       "vendored_frameworks": "Libraries/GfycatKit.framework"
39     },
40     {
41       "name": "Browser",
42       "platforms": {
43         "ios": "8.0"
44       },
45       "dependencies": {
46         "YYWebImage": [
48         ],
49         "YYImage/WebP": [
51         ],
52         "GfycatApiKit": [
53           "~> 0.0.16"
54         ]
55       },
56       "resources": "Libraries/GfycatBrowserKitResources.bundle",
57       "vendored_frameworks": "Libraries/GfycatBrowserKit.framework",
58       "frameworks": [
59         "UIKit",
60         "AVFoundation",
61         "CoreMedia",
62         "Photos",
63         "SceneKit",
64         "GLKit",
65         "CoreMotion",
66         "ModelIO"
67       ]
68     },
69     {
70       "name": "PhotoMoments",
71       "platforms": {
72         "ios": "9.0"
73       },
74       "dependencies": {
75         "GfycatKit/Core": [
77         ],
78         "FMDB": [
79           "~> 2.6"
80         ],
81         "YYWebImage": [
83         ],
84         "YYImage/WebP": [
86         ]
87       },
88       "resources": "Libraries/GfycatPhotoMomentsKitResources.bundle",
89       "vendored_frameworks": "Libraries/GfycatPhotoMomentsKit.framework",
90       "weak_frameworks": [
91         "Vision",
92         "CoreML"
93       ]
94     },
95     {
96       "name": "Ads",
97       "platforms": {
98         "ios": "8.0"
99       },
100       "dependencies": {
101         "GfycatKit/Core": [
103         ],
104         "FBAudienceNetwork": [
105           "~> 4.26"
106         ]
107       },
108       "resources": "Libraries/GfycatAdsKitResources.bundle",
109       "vendored_frameworks": "Libraries/GfycatAdsKit.framework"
110     }
111   ]