[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / b / f / 7 / MobileVLCKit / 2.2.1 / MobileVLCKit.podspec.json
blob817bfba2ca10e3f7834ad1f0c718c64497915a7e
2   "name": "MobileVLCKit",
3   "version": "2.2.1",
4   "summary": "MobileVLCKit is an Objective-C wrapper for libvlc's external interface on iOS.",
5   "homepage": "https://wiki.videolan.org/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://download.videolan.org/pub/videolan/vlc-iOS/2.3.0/MobileVLCKit-2.2.0-rc1-binary.zip"
18   },
19   "ios": {
20     "vendored_frameworks": "MobileVLCKit-binary/MobileVLCKit.framework"
21   },
22   "public_header_files": "MobileVLCKit-binary/MobileVLCKit.framework/Headers/*.h",
23   "platforms": {
24     "ios": "5.1.1"
25   },
26   "frameworks": [
27     "QuartzCore",
28     "CoreText",
29     "AVFoundation",
30     "Security",
31     "CFNetwork",
32     "AudioToolbox",
33     "OpenGLES",
34     "CoreGraphics"
35   ],
36   "libraries": [
37     "stdc++",
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": "libstdc++"
47   }