[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / c / e / 1 / GfycatKit / 0.0.33 / GfycatKit.podspec.json
blob87762d438522b6e3a44ef02baaa4523b6f6ec03e
2   "name": "GfycatKit",
3   "version": "0.0.33",
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.33"
17   },
18   "social_media_url": "https://twitter.com/gfycat",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "requires_arc": true,
23   "public_header_files": "Headers/*.h",
24   "source_files": [
25     "Headers/*.h",
26     "Sources/*"
27   ],
28   "vendored_libraries": "Libraries/libGfycat.a",
29   "resources": "Resources/*.bundle",
30   "xcconfig": {
31     "OTHER_LDFLAGS": "-ObjC"
32   },
33   "dependencies": {
34     "YYWebImage": [
36     ],
37     "YYImage/WebP": [
39     ],
40     "GfycatApiKit": [
41       "~> 0.0.5"
42     ]
43   }