forked from rocklyve/Portus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPortus.podspec
29 lines (21 loc) · 884 Bytes
/
Portus.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
27
28
29
Pod::Spec.new do |s|
s.name = "Portus"
s.version = "0.1.0"
s.summary = "TODO: Short Framework description"
s.description = <<-DESC
TODO: Describe this framework in detail here.
DESC
s.homepage = "https://github.com/JamitLabs/Portus"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "Cihat Gündüz" => "[email protected]" }
s.social_media_url = "https://twitter.com/Dschee"
s.ios.deployment_target = "8.0"
s.osx.deployment_target = "10.10"
s.tvos.deployment_target = "9.0"
s.source = { :git => "https://github.com/JamitLabs/Portus.git", :tag => "#{s.version}" }
s.source_files = "Sources", "Sources/**/*.swift"
s.framework = "Foundation"
s.swift_version = "4.2"
# s.dependency "HandyUIKit", "~> 1.6"
# s.dependency "HandySwift", "~> 2.5"
end