FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
FCUUID/FCUUID.podspec at master · fabiocaccamo/FCUUID · GitHub
fabiocaccamo
/
FCUUID
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
237
Star
1.6k
Code
Issues
3
Pull requests
1
Discussions
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
FCUUID
/
FCUUID.podspec
Copy path
More file actions
More file actions
Latest commit
History
History
History
16 lines (15 loc) · 728 Bytes
Breadcrumbs
FCUUID
/
FCUUID.podspec
Copy path
File metadata and controls
16 lines (15 loc) · 728 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
14
15
16
Pod
::
Spec
.
new
do
|
spec
|
spec
.
name
=
'FCUUID'
spec
.
version
=
'1.3.3'
spec
.
license
=
{
:type
=>
'MIT'
}
spec
.
homepage
=
'https://github.com/fabiocaccamo/FCUUID'
spec
.
authors
=
{
'Fabio Caccamo'
=>
'fabio.caccamo@gmail.com'
}
spec
.
summary
=
'iOS UUID / Universally Unique Identifiers library as alternative to UDID and identifierForVendor.'
spec
.
source
=
{
:git
=>
'https://github.com/fabiocaccamo/FCUUID.git'
,
:tag
=>
'1.3.1'
}
spec
.
source_files
=
'FCUUID/*.{h,m}'
spec
.
framework
=
'Foundation'
,
'UIKit'
,
'Security'
spec
.
requires_arc
=
true
spec
.
dependency
'UICKeyChainStore'
,
'~> 2.1.0'
spec
.
ios
.
deployment_target
=
'9.0'
spec
.
tvos
.
deployment_target
=
'9.0'
end
Back
|
FazBrowse Home
|
New Git URL