-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathAirshipFrameworkProxy.podspec
More file actions
22 lines (17 loc) · 1.04 KB
/
AirshipFrameworkProxy.podspec
File metadata and controls
22 lines (17 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Pod::Spec.new do |s|
s.version = "15.7.0"
s.name = "AirshipFrameworkProxy"
s.summary = "Airship iOS mobile framework proxy"
s.documentation_url = "https://docs.airship.com/platform/mobile"
s.homepage = "https://www.airship.com"
s.author = { "Airship" => "support@airship.com" }
s.license = { :type => 'Apache License, Version 2.0', :file => 'LICENSE' }
s.source = { :git => "https://github.com/urbanairship/airship-mobile-framework-proxy.git", :tag => s.version.to_s }
s.module_name = "AirshipFrameworkProxy"
s.ios.deployment_target = "16.0"
s.requires_arc = true
s.swift_version = "6.0"
s.source_files = "ios/AirshipFrameworkProxy/**/*.{h,m,swift}"
s.dependency 'Airship', "20.6.0"
s.source_files = 'ios/AirshipFrameworkProxyLoader/**/*.{swift,h,m,c,cc,mm,cpp}', 'ios/AirshipFrameworkProxy/**/*.{swift,h,m,c,cc,mm,cpp}'
end