FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
MuscleMap/MuscleMap.podspec at main · melihcolpan/MuscleMap · GitHub
melihcolpan
/
MuscleMap
Public
Notifications
You must be signed in to change notification settings
Fork
33
Star
241
Code
Issues
3
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
MuscleMap
/
MuscleMap.podspec
Copy path
More file actions
More file actions
Latest commit
History
History
History
26 lines (22 loc) · 1.13 KB
Breadcrumbs
MuscleMap
/
MuscleMap.podspec
Copy path
File metadata and controls
26 lines (22 loc) · 1.13 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
Pod
::
Spec
.
new
do
|
s
|
s
.
name
=
"MuscleMap"
s
.
version
=
"1.6.4"
s
.
summary
=
"A SwiftUI SDK for rendering interactive human body muscle maps."
s
.
description
=
<<-DESC
MuscleMap provides a declarative way to display a human body and visualize
muscle data. Built entirely in SwiftUI with no external dependencies, it
supports male and female body models, front and back views, tap/long-press/drag
gestures, heatmap color scales, gradient fills, pulse animations, zoom,
sub-group muscles, UIKit wrappers, accessibility, and localization (11 languages).
DESC
s
.
homepage
=
"https://github.com/melihcolpan/MuscleMap"
s
.
license
=
{
:type
=>
"MIT"
,
:file
=>
"LICENSE"
}
s
.
author
=
{
"Melih Colpan"
=>
"colpanmelih@gmail.com"
}
s
.
ios
.
deployment_target
=
"17.0"
s
.
osx
.
deployment_target
=
"14.0"
s
.
swift_version
=
"5.9"
s
.
source
=
{
:git
=>
"https://github.com/melihcolpan/MuscleMap.git"
,
:tag
=>
s
.
version
.
to_s
}
s
.
source_files
=
"Sources/MuscleMap/**/*.swift"
s
.
resource_bundles
=
{
"MuscleMap"
=>
[
"Sources/MuscleMap/Resources/**/*.strings"
]
}
s
.
frameworks
=
"SwiftUI"
end
Back
|
FazBrowse Home
|
New Git URL