[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 1 / e / f / BlueBillywigNativePlayerKit-iOS / 0.1.1 / BlueBillywigNativePlayerKit-iOS.podspec.json
blobbc6ff5a39bfd52c66d6b051296b21537c687f344
2   "name": "BlueBillywigNativePlayerKit-iOS",
3   "version": "0.1.1",
4   "summary": "Blue Billywig native player kit",
5   "description": "Blue Billywig native player kit is used to play Blue Billywig mediaclips using the native ios player",
6   "homepage": "https://www.bluebillywig.com/",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Blue Billywig": "tech@bluebillywig.com"
13   },
14   "platforms": {
15     "ios": "11.0"
16   },
17   "ios": {
18     "vendored_frameworks": "BBNativePlayerKit.framework"
19   },
20   "source": {
21     "git": "https://github.com/bluebillywig/bbnativeplayerkit-cocoapod.git",
22     "tag": "0.1.1"
23   },
24   "dependencies": {
25     "GoogleAds-IMA-iOS-SDK": [
26       "~> 3.13.0"
27     ],
28     "BlueBillywigNativeShared-iOS": [
29       "~> 0.1.0"
30     ]
31   },
32   "frameworks": [
33     "UIKit",
34     "Foundation",
35     "AVFoundation"
36   ],
37   "pod_target_xcconfig": {
38     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
39   },
40   "user_target_xcconfig": {
41     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
42   }