-
Notifications
You must be signed in to change notification settings - Fork 30
Expand file tree
/
Copy pathRHPlaceholder.podspec
More file actions
28 lines (22 loc) Β· 2.46 KB
/
Copy pathRHPlaceholder.podspec
File metadata and controls
28 lines (22 loc) Β· 2.46 KB
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
Pod::Spec.new do |s|
s.name = "RHPlaceholder"
s.version = "0.0.6"
s.summary = "Because tradicional loading view like UIActivityIndicatorView or similar one are noo longer so trendy (Facebook or Instagram apps are moving away from these approaches), I decided to create very simple library which will give you oportunity to have Facebook or Instagram 'view loading state' in your great project without big effort βοΈπ"
s.description = "Because tradicional loading view like UIActivityIndicatorView or similar one are noo longer so trendy (Facebook or Instagram apps are moving away from these approaches), I decided to create very simple library which will give you oportunity to have Facebook or Instagram 'view loading state' in your great project without big effort βοΈπBecause tradicional loading view like UIActivityIndicatorView or similar one are noo longer so trendy (Facebook or Instagram apps are moving away from these approaches), I decided to create very simple library which will give you oportunity to have Facebook or Instagram 'view loading state' in your great project without big effort βοΈπ"
s.homepage = "https://github.com/robertherdzik/RHPlaceholder"
# βββ Spec License βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ #
s.license = { :type => "MIT", :file => "LICENCE" }
# βββ Author Metadata βββββββββββββββββββββββββββββββββββββββββββββββββββββββββ #
s.author = { "Robert Herdzik" => "robert.herdzik@yahoo.com" }
s.social_media_url = "https://twitter.com/Roherdzik"
# βββ Source Location ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ #
s.source = {
:git => "https://github.com/robertherdzik/RHPlaceholder.git",
:tag => s.version.to_s
}
s.ios.deployment_target = '12.0'
s.requires_arc = true
s.swift_version = '5.0'
# βββ Source Code ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ #
s.source_files = "Classes", "RHPlaceholder/**/*.{swift}"
end