[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / 8 / 2 / FPTMobileVLCKit / 1.0.1 / FPTMobileVLCKit.podspec.json
blob3b53d7a2c5d1c7e41932e545830eaa331be0c104
2   "name": "FPTMobileVLCKit",
3   "version": "1.0.1",
4   "summary": "MobileVLCKit is an Objective-C wrapper for libvlc's external interface on iOS.",
5   "homepage": "https://gitlab.com/bauloc/FPTMobileVLCKit",
6   "license": {
7     "type": "LGPL v2.1",
8     "file": "LICENSE"
9   },
10   "authors": [
11     "Pierre d'Herbemont",
12     {
13       "Felix Paul Kühne": "fkuehne@videolan.org"
14     }
15   ],
16   "source": {
17     "git": "https://gitlab.com/bauloc/FPTMobileVLCKit.git",
18     "tag": "1.0.1"
19   },
20   "platforms": {
21     "ios": "10.0"
22   },
23   "public_header_files": "FPTMobileVLCKit/*.framework/Headers/*.h",
24   "source_files": "FPTMobileVLCKit/*.framework/Headers/*.h",
25   "vendored_frameworks": "FPTMobileVLCKit/DynamicMobileVLCKit.framework",
26   "frameworks": [
27     "QuartzCore",
28     "CoreText",
29     "AVFoundation",
30     "Security",
31     "CFNetwork",
32     "AudioToolbox",
33     "OpenGLES",
34     "CoreGraphics",
35     "VideoToolbox",
36     "CoreMedia"
37   ],
38   "libraries": [
39     "c++",
40     "xml2",
41     "z",
42     "bz2",
43     "iconv"
44   ],
45   "xcconfig": {
46     "CLANG_CXX_LANGUAGE_STANDARD": "c++11",
47     "CLANG_CXX_LIBRARY": "libc++"
48   }