-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathVungleSDK-iOS.podspec
More file actions
executable file
·30 lines (23 loc) · 1015 Bytes
/
VungleSDK-iOS.podspec
File metadata and controls
executable file
·30 lines (23 loc) · 1015 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
#
# Be sure to run `pod lib lint VungleSDK-iOS.podspec' to ensure this is a
# valid spec before submitting.
#
Pod::Spec.new do |s|
s.name = "VungleSDK-iOS"
s.version = "6.12.3"
s.summary = "Vungle's iOS SDK'"
s.description = <<-DESC
An SDK for video ad based monetization with the Vungle Network
DESC
s.homepage = "https://www.vungle.com/"
s.license = { :type => "Commercial", :file => "LICENSE.md" }
s.author = { "Vungle" => "tech-support@vungle.com" }
s.platform = :ios, '10.0'
s.requires_arc = true
s.source = { :http => "https://vungle2-sdk-dev-scratch.s3.amazonaws.com/ios/6.12.x/vungle6123.zip"}
s.vendored_frameworks = 'VungleSDK.xcframework'
s.xcconfig = { 'OTHER_LDFLAGS' => '-ObjC' }
s.frameworks = 'AdSupport', 'AudioToolbox', 'AVFoundation', 'CFNetwork', 'CoreGraphics', 'CoreMedia', 'MediaPlayer', 'QuartzCore', 'StoreKit', 'SystemConfiguration'
s.weak_framework = 'WebKit', 'UIKit', 'Foundation'
s.libraries = 'z'
end