[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 4 / e / 9 / GDCMobileVLCKit / 2.2.1 / GDCMobileVLCKit.podspec.json
blob7a2459b979c5075027ee5c220314acd0576480ce
2   "name": "GDCMobileVLCKit",
3   "version": "2.2.1",
4   "summary": "MobileVLCKit is an Objective-C wrapper for libvlc's external interface on iOS.",
5   "homepage": "https://github.com/larrytin/VLCKit",
6   "license": {
7     "type": "LGPLv2.1",
8     "file": "MobileVLCKit-binary/COPYING.txt"
9   },
10   "authors": [
11     "Pierre d'Herbemont",
12     {
13       "Felix Paul Kühne": "fkuehne@videolan.org"
14     }
15   ],
16   "source": {
17     "http": "http://git.oa.com/qqplayer/mobilevlckit/raw/master/MobileVLCKit-2.2.0-rc1-binary.zip"
18   },
19   "ios": {
20     "preserve_paths": "MobileVLCKit-binary"
21   },
22   "public_header_files": "MobileVLCKit-binary/MobileVLCKit.framework/Headers/*.h",
23   "platforms": {
24     "ios": "7.0"
25   },
26   "frameworks": [
27     "QuartzCore",
28     "CoreText",
29     "AVFoundation",
30     "Security",
31     "CFNetwork",
32     "AudioToolbox",
33     "OpenGLES",
34     "CoreGraphics"
35   ],
36   "libraries": [
37     "stdc++.6.0.9",
38     "xml2",
39     "z",
40     "bz2",
41     "iconv"
42   ],
43   "requires_arc": false,
44   "xcconfig": {
45     "CLANG_CXX_LANGUAGE_STANDARD": "c++11",
46     "CLANG_CXX_LIBRARY": "libc++"
47   }