-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAppClipsStudio.podspec
More file actions
21 lines (18 loc) · 965 Bytes
/
Copy pathAppClipsStudio.podspec
File metadata and controls
21 lines (18 loc) · 965 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Pod::Spec.new do |s|
s.name = 'AppClipsStudio'
s.version = '1.0.0'
s.summary = 'Complete App Clips development toolkit for iOS with instant experiences.'
s.description = <<-DESC
AppClipsStudio provides everything you need to build App Clips for iOS.
Features include App Clip Card configuration, invocation handling, location
verification, size optimization, and seamless full app transitions.
DESC
s.homepage = 'https://github.com/muhittincamdali/AppClipsStudio'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'Muhittin Camdali' => 'contact@muhittincamdali.com' }
s.source = { :git => 'https://github.com/muhittincamdali/AppClipsStudio.git', :tag => s.version.to_s }
s.ios.deployment_target = '14.0'
s.swift_versions = ['5.9', '5.10', '6.0']
s.source_files = 'Sources/**/*.swift'
s.frameworks = 'Foundation', 'SwiftUI', 'AppClip'
end