Created
December 16, 2015 19:44
-
-
Save djbe/4053b3952188fb1bf434 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "MobileVLCKit", | |
"version": "2.2.1", | |
"summary": "MobileVLCKit is an Objective-C wrapper for libvlc's external interface on iOS.", | |
"homepage": "https://wiki.videolan.org/VLCKit/", | |
"license": { | |
"type": "LGPLv2.1", | |
"file": "MobileVLCKit-binary/COPYING.txt" | |
}, | |
"authors": [ | |
"Pierre d'Herbemont", | |
{ | |
"Felix Paul Kühne": "[email protected]" | |
} | |
], | |
"source": { | |
"http": "http://download.videolan.org/pub/videolan/vlc-iOS/2.3.0/MobileVLCKit-2.2.0-rc1-binary.zip" | |
}, | |
"ios": { | |
"vendored_frameworks": "MobileVLCKit-binary/MobileVLCKit.framework" | |
}, | |
"public_header_files": "MobileVLCKit-binary/MobileVLCKit.framework/Headers/*.h", | |
"platforms": { | |
"ios": "7.0" | |
}, | |
"frameworks": [ | |
"QuartzCore", | |
"CoreText", | |
"AVFoundation", | |
"Security", | |
"CFNetwork", | |
"AudioToolbox", | |
"OpenGLES", | |
"CoreGraphics" | |
], | |
"libraries": [ | |
"stdc++", | |
"xml2", | |
"z", | |
"bz2", | |
"iconv" | |
], | |
"requires_arc": false, | |
"xcconfig": { | |
"CLANG_CXX_LANGUAGE_STANDARD": "c++11", | |
"CLANG_CXX_LIBRARY": "libc++" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment