FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
SVPulsingAnnotationView/SVPulsingAnnotationView.podspec at master · TransitApp/SVPulsingAnnotationView · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
TransitApp
/
SVPulsingAnnotationView
Public
Notifications
You must be signed in to change notification settings
Fork
114
Star
1.1k
Code
Issues
9
Pull requests
5
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
SVPulsingAnnotationView
/
SVPulsingAnnotationView.podspec
Copy path
More file actions
More file actions
Latest commit
History
History
History
13 lines (13 loc) · 634 Bytes
Breadcrumbs
SVPulsingAnnotationView
/
SVPulsingAnnotationView.podspec
Copy path
File metadata and controls
13 lines (13 loc) · 634 Bytes
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
Pod
::
Spec
.
new
do
|
s
|
s
.
name
=
'SVPulsingAnnotationView'
s
.
version
=
'0.3'
s
.
license
=
'MIT'
s
.
platform
=
:ios
s
.
summary
=
'A customizable MKUserLocationView replica for your iOS app.'
s
.
homepage
=
'https://github.com/samvermette/SVPulsingAnnotationView'
s
.
author
=
{
'Sam Vermette'
=>
'hello@samvermette.com'
}
s
.
source
=
{
:git
=>
'https://github.com/samvermette/SVPulsingAnnotationView.git'
,
:tag
=>
s
.
version
.
to_s
}
s
.
source_files
=
'SVPulsingAnnotationView/*.{h,m}'
s
.
frameworks
=
'QuartzCore'
,
'MapKit'
s
.
requires_arc
=
true
end
Back
|
FazBrowse Home
|
New Git URL