[Add] APDDTExchangeAdapter 3.4.1.0
[CocoaPods.git] / Specs / 5 / b / 2 / VLCMediaLibraryKit / 0.0.1 / VLCMediaLibraryKit.podspec.json
blob7ebd9086ec77f5f89c49a8c60c7ba9f5152eb7a9
2   "name": "VLCMediaLibraryKit",
3   "version": "0.0.1",
4   "summary": "A MediaLibrary framework in Objective-C for iOS and OS X",
5   "description": "A MediaLibrary framework in C++ wrapped in Objective-C for iOS",
6   "homepage": "https://code.videolan.org/videolan/VLCMediaLibraryKit",
7   "license": {
8     "type": "LGPLv2.1",
9     "file": "COPYING"
10   },
11   "authors": {
12     "Soomin Lee": "bubu@mikan.io",
13     "Felix Paul Kühne": "fkuehne@videolan.org",
14     "Carola Nitz": "caro@videolan.org"
15   },
16   "social_media_url": "http://twitter.com/videolan",
17   "platforms": {
18     "ios": "9.0"
19   },
20   "source": {
21     "http": "https://mikanbu.com/public/VLCMediaLibraryKit.zip"
22   },
23   "prefix_header_file": "VLCMediaLibraryKit_Prefix.pch",
24   "ios": {
25     "vendored_frameworks": "VLCMediaLibraryKit.framework",
26     "dependencies": {
27       "MobileVLCKit": [
29       ]
30     }
31   },
32   "source_files": "VLCMediaLibraryKit.framework/Headers/*.h",
33   "public_header_files": "VLCMediaLibraryKit.framework/Headers/*.h",
34   "frameworks": "Foundation",
35   "libraries": "sqlite3",
36   "requires_arc": true,
37   "static_framework": true,
38   "xcconfig": {
39     "CLANG_CXX_LANGUAGE_STANDARD": "c++11",
40     "CLANG_CXX_LIBRARY": "libc++"
41   }