[Add] GluedInSDK 2.5.1
[CocoaPods.git] / Specs / 2 / 4 / f / Brightcove-Player-SDK / 4.0.2 / Brightcove-Player-SDK.podspec.json
blob96d71b15ecaa67a8dbc555a5096ddfc3f6289006
2   "name": "Brightcove-Player-SDK",
3   "version": "4.0.2",
4   "summary": "Brightcove Player SDK for iOS.",
5   "homepage": "http://docs.brightcove.com/en/video-cloud/brightcove-player-sdk-for-ios",
6   "license": {
7     "type": "Commercial",
8     "file": "LICENSE.md"
9   },
10   "authors": {
11     "Brightcove": "brightcove-native-player-sdks@googlegroups.com"
12   },
13   "platforms": {
14     "ios": "5.1"
15   },
16   "source": {
17     "git": "https://github.com/brightcove/brightcove-player-sdk-ios.git",
18     "tag": "v4.0.2"
19   },
20   "source_files": "Headers/*.h",
21   "public_header_files": "Headers/*.h",
22   "vendored_libraries": "Library/libBCOVPlayerSDK.a",
23   "requires_arc": true,
24   "frameworks": [
25     "AVFoundation",
26     "CoreMedia",
27     "MediaPlayer"
28   ],
29   "dependencies": {
30     "ReactiveCocoa": [
31       "~> 2.1"
32     ]
33   }