[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 7 / 6 / f / MobileVLCKit-no-scary / 2.2.3a2 / MobileVLCKit-no-scary.podspec.json
blob356ce95ee209070546ee671e6a2079b4e1acbfd9
2   "name": "MobileVLCKit-no-scary",
3   "version": "2.2.3a2",
4   "summary": "MobileVLCKit is an Objective-C wrapper for libvlc's external interface on iOS.",
5   "homepage": "https://code.videolan.org/videolan/VLCKit",
6   "license": {
7     "type": "LGPL v2.1",
8     "file": "MobileVLCKit-binary/COPYING.txt"
9   },
10   "documentation_url": "https://wiki.videolan.org/VLCKit/",
11   "platforms": {
12     "ios": "6.0"
13   },
14   "authors": [
15     "Pierre d'Herbemont",
16     {
17       "Felix Paul Kühne": "fkuehne@videolan.org"
18     }
19   ],
20   "source": {
21     "http": "http://people.videolan.org/~feepk/MobileVLCKit-no-scary/MobileVLCKit-2.2.3a1.zip"
22   },
23   "ios": {
24     "vendored_frameworks": "MobileVLCKit-binary/MobileVLCKit.framework"
25   },
26   "public_header_files": "MobileVLCKit-binary/MobileVLCKit.framework/Headers/*.h",
27   "frameworks": [
28     "QuartzCore",
29     "CoreText",
30     "AVFoundation",
31     "Security",
32     "CFNetwork",
33     "AudioToolbox",
34     "OpenGLES",
35     "CoreGraphics"
36   ],
37   "libraries": [
38     "stdc++",
39     "xml2",
40     "z",
41     "bz2",
42     "iconv"
43   ],
44   "requires_arc": false,
45   "xcconfig": {
46     "CLANG_CXX_LANGUAGE_STANDARD": "c++11",
47     "CLANG_CXX_LIBRARY": "libstdc++"
48   }