-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathTheoremReach.podspec
More file actions
31 lines (20 loc) · 934 Bytes
/
TheoremReach.podspec
File metadata and controls
31 lines (20 loc) · 934 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
31
Pod::Spec.new do |s|
s.name = "TheoremReach"
s.version = "3.5.8"
s.summary = "TheoremReach - monetize your app with in-app surveys."
s.description = <<-DESC
TheoremReach provides a light, easy to use SDK that allows your app users to complete surveys in exchange for in-app content.
DESC
s.homepage = "https://theoremreach.com"
s.license = "Commercial"
s.author = { "Tom Hammond" => "tom@theoremreach.com" }
s.platform = :ios, "14.0"
s.ios.deployment_target = '14.0'
s.source = { :git => "https://github.com/theoremreach/TheoremReach-iOS-SDK-Podfile.git", :tag => s.version.to_s }
s.frameworks = "AdSupport", "CoreTelephony", "Foundation", "JavaScriptCore", "Security", "SystemConfiguration", "UIKit", "Webkit"
s.vendored_frameworks = 'TheoremReachSDK.xcframework'
s.requires_arc = true
s.xcconfig = {
"OTHER_LDFLAGS" => "-ObjC"
}
end