[Add] SmartCodable 3.4.6-beta
[CocoaPods.git] / Specs / 9 / 5 / 3 / MobileVLCKit-prod / 2.2.2 / MobileVLCKit-prod.podspec.json
blob03d0e69cd925b2c8d924889c15f44f69a66c269b
2   "name": "MobileVLCKit-prod",
3   "version": "2.2.2",
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": "7.0"
13   },
14   "authors": [
15     "Pierre d'Herbemont",
16     {
17       "Felix Paul Kühne": "fkuehne@videolan.org"
18     }
19   ],
20   "source": {
21     "http": "http://download.videolan.org/pub/cocoapods/MobileVLCKit-2.2.2.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     "VideoToolbox",
37     "CoreMedia"
38   ],
39   "libraries": [
40     "c++",
41     "xml2",
42     "z",
43     "bz2",
44     "iconv"
45   ],
46   "requires_arc": false,
47   "xcconfig": {
48     "CLANG_CXX_LANGUAGE_STANDARD": "c++11",
49     "CLANG_CXX_LIBRARY": "libc++"
50   }