[Add] HyphenateChat 4.4.0
[CocoaPods.git] / Specs / 0 / 9 / 8 / VungleSDK-iOS / 6.9.1 / VungleSDK-iOS.podspec.json
blobe45605f62f8942820f1c4c967fb379117453c8e9
2   "name": "VungleSDK-iOS",
3   "version": "6.9.1",
4   "summary": "Vungle's iOS SDK'",
5   "description": "An SDK for video ad based monetization with the Vungle Network",
6   "homepage": "https://www.vungle.com/",
7   "license": {
8     "type": "Commercial",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "Vungle": "tech-support@vungle.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "requires_arc": true,
18   "source": {
19     "git": "https://github.com/Vungle/iOS-SDK.git",
20     "tag": "6.9.1"
21   },
22   "vendored_frameworks": "VungleSDK.framework",
23   "xcconfig": {
24     "OTHER_LDFLAGS": "-ObjC"
25   },
26   "frameworks": [
27     "AdSupport",
28     "AudioToolbox",
29     "AVFoundation",
30     "CFNetwork",
31     "CoreGraphics",
32     "CoreMedia",
33     "MediaPlayer",
34     "QuartzCore",
35     "StoreKit",
36     "SystemConfiguration"
37   ],
38   "weak_frameworks": [
39     "WebKit",
40     "UIKit",
41     "Foundation"
42   ],
43   "libraries": "z",
44   "pod_target_xcconfig": {
45     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64 arm64e armv7 armv7s",
46     "EXCLUDED_ARCHS[sdk=iphoneos*]": "i386 x86_64"
47   },
48   "user_target_xcconfig": {
49     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64 arm64e armv7 armv7s",
50     "EXCLUDED_ARCHS[sdk=iphoneos*]": "i386 x86_64"
51   }