-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathFluctSDK.podspec
18 lines (18 loc) · 1.02 KB
/
FluctSDK.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Pod::Spec.new do |s|
s.name = "FluctSDK"
s.summary = "FluctSDK ad Framework"
s.license = { :type => "Copyright", :text => "Copyright (c) fluct,Inc. All rights reserved." }
s.version = "6.38.3"
s.author = "fluct,Inc."
s.requires_arc = true
s.homepage = "https://fluct.jp/"
s.source = { :git => "https://github.com/voyagegroup/FluctSDK-iOS.git", :tag => s.version }
s.resource = "FluctSDK.embeddedframework/Resources/FluctSDKResources.bundle"
s.vendored_frameworks = "FluctSDK.embeddedframework/FluctSDK.xcframework"
s.platform = :ios
s.ios.deployment_target = "9.0"
s.compiler_flags = "-ObjC"
s.frameworks = "AdSupport", "CoreTelephony", "MediaPlayer", "CoreMedia", "SystemConfiguration", "StoreKit", "Social", "AVFoundation", "WebKit"
s.weak_framework = 'AppTrackingTransparency'
s.cocoapods_version = ">= 1.9.0"
end