forked from Vungle/iOS-SDK
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathVungleSDK-iOS.podspec
More file actions
executable file
·29 lines (23 loc) · 989 Bytes
/
VungleSDK-iOS.podspec
File metadata and controls
executable file
·29 lines (23 loc) · 989 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
#
# 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.4.3"
s.summary = "Vungle's iOS SDK'"
s.description = <<-DESC
An SDK for video ad based monetization with the Vungle Network
DESC
s.homepage = "http://www.vungle.com/"
s.license = { :type => "Commercial", :file => "LICENSE.md" }
s.author = { "Vungle" => "tech-support@vungle.com" }
s.platform = :ios, '9.0'
s.requires_arc = true
s.source = { :git => "https://github.com/Vungle/iOS-SDK.git", :tag => "6.4.3" }
s.vendored_frameworks = 'VungleSDK.framework'
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