[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 5 / b / 2 / VLCMediaLibraryKit / 0.10.1b1 / VLCMediaLibraryKit.podspec.json
blob79e7ead65ac1dbe414c6a6be6afbffc7db34363e
2   "name": "VLCMediaLibraryKit",
3   "version": "0.10.1b1",
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     "tvos": "10.2"
20   },
21   "source": {
22     "http": "https://download.videolan.org/pub/cocoapods/prod/VLCMediaLibraryKit-0.10.1b1-79f5a8d-5db47475.zip",
23     "sha256": "c151fdf48b708b7ff56989659779474eb6d6742cdf413d969ac89c30a59fd9c7"
24   },
25   "vendored_frameworks": "VLCMediaLibraryKit.xcframework",
26   "frameworks": "Foundation",
27   "requires_arc": true,
28   "ios": {
29     "dependencies": {
30       "MobileVLCKit": [
32       ]
33     }
34   },
35   "tvos": {
36     "dependencies": {
37       "TVVLCKit": [
39       ]
40     }
41   },
42   "xcconfig": {
43     "CLANG_CXX_LANGUAGE_STANDARD": "c++11",
44     "CLANG_CXX_LIBRARY": "libc++"
45   }