[Add] Plotline 4.1.5
[CocoaPods.git] / Specs / c / e / 1 / GfycatKit / 0.0.36 / GfycatKit.podspec.json
blob971f9681b6c93f285fda01e45a6896c14c09fe71
2   "name": "GfycatKit",
3   "version": "0.0.36",
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.36"
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.7"
54         ]
55       },
56       "resources": "Libraries/GfycatBrowserKitResources.bundle",
57       "vendored_frameworks": "Libraries/GfycatBrowserKit.framework",
58       "frameworks": [
59         "UIKit",
60         "AVFoundation",
61         "CoreMedia",
62         "Photos"
63       ]
64     },
65     {
66       "name": "PhotoMoments",
67       "platforms": {
68         "ios": "9.0"
69       },
70       "dependencies": {
71         "GfycatKit/Core": [
73         ],
74         "CocoaImageHashing": [
76         ],
77         "FMDB": [
78           "~> 2.6"
79         ],
80         "YYWebImage": [
82         ],
83         "YYImage/WebP": [
85         ]
86       },
87       "resources": "Libraries/GfycatPhotoMomentsKitResources.bundle",
88       "vendored_frameworks": "Libraries/GfycatPhotoMomentsKit.framework",
89       "weak_frameworks": [
90         "Vision",
91         "CoreML"
92       ]
93     },
94     {
95       "name": "Ads",
96       "platforms": {
97         "ios": "8.0"
98       },
99       "dependencies": {
100         "GfycatKit/Core": [
102         ],
103         "FBAudienceNetwork": [
104           "~> 4.26"
105         ]
106       },
107       "resources": "Libraries/GfycatAdsKitResources.bundle",
108       "vendored_frameworks": "Libraries/GfycatAdsKit.framework"
109     }
110   ]