-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathTomorrow.podspec
More file actions
16 lines (16 loc) · 770 Bytes
/
Copy pathTomorrow.podspec
File metadata and controls
16 lines (16 loc) · 770 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Pod::Spec.new do |s|
s.name = "Tomorrow"
s.version = "1.0.15"
s.summary = "Tomorrow"
s.homepage = "https://github.com/lukszar/Tomorrow"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "Łukasz Szarkowicz" => "[email protected]" }
s.source = { :git => "https://github.com/lukszar/Tomorrow.git", :tag => s.version.to_s }
s.swift_version = "5.1"
s.ios.deployment_target = "9.0"
s.tvos.deployment_target = "9.0"
s.watchos.deployment_target = "2.0"
s.osx.deployment_target = "10.10"
s.source_files = "Sources/**/*"
s.frameworks = "Foundation"
end