-
Notifications
You must be signed in to change notification settings - Fork 5
/
Applanga.podspec
28 lines (22 loc) · 1.09 KB
/
Applanga.podspec
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
Pod::Spec.new do |s|
s.name = "Applanga"
s.version = "2.0.204"
s.summary = "This is the Applanga SDK"
s.homepage = "http://applanga.com"
s.license = { :type => 'Commercial', :file => 'LICENSE' }
s.author = { "Mbaas Development GmbH" => "developer@applanga.com" }
s.source = { :git => "https://github.com/applanga/sdk-ios.git", :tag => "2.0.204" }
s.library = 'sqlite3', 'z'
s.vendored_frameworks = ""
s.requires_arc = true
s.ios.deployment_target = '9.0'
s.ios.vendored_frameworks = 'Applanga.xcframework'
s.watchos.preserve_paths = 'ApplangaWatchOS.framework'
s.watchos.public_header_files = 'ApplangaWatchOS.framework/Headers/Applanga.h'
s.watchos.source_files = 'ApplangaWatchOS.framework/Headers/Applanga.h'
s.watchos.vendored_frameworks = 'ApplangaWatchOS.framework'
s.osx.deployment_target = '10.15'
s.osx.vendored_frameworks = 'ApplangaOSX.framework'
s.tvos.deployment_target = '9.0'
s.tvos.vendored_frameworks = 'Applanga.xcframework'
end