- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDisplayLinkClosures.podspec
More file actions
Latest commit
34 lines (22 loc) · 849 Bytes
/
Copy pathDisplayLinkClosures.podspec
File metadata and controls
34 lines (22 loc) · 849 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
25
26
27
28
29
30
31
32
33
34
Pod::Spec.newdo |s|
name="DisplayLinkClosures"
url="https://github.com/seivan/#{name}"
git_url="#{url}.git"
s.name=name
version="1.1.0"
source_files="#{name}/**/*.{swift}"
s.version=version
s.summary="Timing Functions as closures "
s.description=<<-DESC
* Well-tested & documented and lightweight
* Easy selectors to get started quickly.
DESC
s.homepage=url
s.license='MIT'
s.author={"Seivan Heidari"=>"seivan.heidari@icloud.com"}
s.source={:git=>git_url,:tag=>version}
s.platform=:ios,"8.0"
s.source_files=source_files
s.requires_arc=true
s.social_media_url='https://twitter.com/seivan'
end