FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
AGGeometryKit/AGGeometryKit.podspec at master · uiue/AGGeometryKit · GitHub
uiue
/
AGGeometryKit
Public
forked from
agens-no/AGGeometryKit
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
AGGeometryKit
/
AGGeometryKit.podspec
Copy path
More file actions
More file actions
Latest commit
History
History
History
executable file
·
35 lines (31 loc) · 1.17 KB
Breadcrumbs
AGGeometryKit
/
AGGeometryKit.podspec
Copy path
File metadata and controls
executable file
·
35 lines (31 loc) · 1.17 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
35
Pod
::
Spec
.
new
do
|
s
|
s
.
name
=
"AGGeometryKit"
s
.
version
=
"1.0.3"
s
.
summary
=
"Quadrilaterals on CALayer, CGGeometry-functions, UIView/CALayer properties and other invaluable tools."
s
.
homepage
=
"https://github.com/hfossli/AGGeometryKit"
s
.
license
=
'MIT'
s
.
platform
=
:ios
,
'5.0'
s
.
requires_arc
=
true
s
.
authors
=
{
"Håvard Fossli"
=>
"hfossli@agens.no"
,
"Marcus Eckert"
=>
"marcuseckert@gmail.com"
}
s
.
source
=
{
:git
=>
"https://github.com/hfossli/AGGeometryKit.git"
,
:tag
=>
s
.
version
.
to_s
}
s
.
default_subspec
=
'Default'
s
.
subspec
'Default'
do
|
ss
|
ss
.
dependency
'AGGeometryKit/Core'
ss
.
dependency
'AGGeometryKit/Dependencies'
end
s
.
subspec
'Dependencies'
do
|
ss
|
ss
.
dependency
'JRSwizzle'
,
'~> 1.0'
ss
.
dependency
'AGAssert'
,
'~> 0.2'
end
s
.
subspec
'Core'
do
|
ss
|
ss
.
frameworks
=
'SystemConfiguration'
,
'IOKit'
,
'CoreGraphics'
,
'UIKit'
,
'QuartzCore'
ss
.
source_files
=
'Source/**/*.{h,m}'
ss
.
exclude_files
=
'Source/**/*Test.{h,m}'
end
end
Back
|
FazBrowse Home
|
New Git URL