blob: 9ddaf56b7b3e62140c55ddb912843439ed22231f [file] [log] [blame]
{
"name": "Brightcove-Player-SDK",
"version": "4.1.6",
"summary": "Brightcove Player SDK for iOS.",
"homepage": "http://docs.brightcove.com/en/video-cloud/brightcove-player-sdk-for-ios",
"license": {
"type": "Commercial",
"file": "LICENSE.md"
},
"authors": {
"Brightcove": "brightcove-native-player-sdks@googlegroups.com"
},
"platforms": {
"ios": "6.1"
},
"source": {
"git": "https://github.com/brightcove/brightcove-player-sdk-ios.git",
"tag": "v4.1.6"
},
"source_files": "Headers/*.h",
"public_header_files": "Headers/*.h",
"vendored_libraries": "Library/libBCOVPlayerSDK.a",
"requires_arc": true,
"frameworks": [
"AVFoundation",
"CoreMedia",
"MediaPlayer"
],
"dependencies": {
"ReactiveCocoa": [
"~> 2.1"
]
}
}