-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTiltUp.podspec
More file actions
24 lines (18 loc) · 830 Bytes
/
TiltUp.podspec
File metadata and controls
24 lines (18 loc) · 830 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
Pod::Spec.new do |s|
s.name = 'TiltUp'
s.version = '5.0.2'
s.summary = 'Official Clutter SDK in Swift to access core iOS features.'
s.description = <<-DESC
TiltUp is the framework that provides the architectural building blocks for
Clutter's iOS apps.
In addition to these building blocks, the framework also provides some
pre-built components and utilites that are useful across all of our apps.
DESC
s.homepage = 'https://github.com/clutter/TiltUp'
s.author = { 'Clutter' => 'tech@clutter.com' }
s.license = 'MIT'
s.ios.deployment_target = '14.0'
s.swift_versions = ['5.1']
s.source = { :git => "git@github.com:clutter/TiltUp.git", :tag => "#{s.version}" }
s.source_files = 'Sources/TiltUp/**/*'
end