FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
ImagePicker/ImagePicker.podspec at master · hyperoslo/ImagePicker · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
hyperoslo
/
ImagePicker
Public
Notifications
You must be signed in to change notification settings
Fork
673
Star
4.9k
Code
Issues
20
Pull requests
4
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
ImagePicker
/
ImagePicker.podspec
Copy path
More file actions
More file actions
Latest commit
History
History
History
16 lines (16 loc) · 689 Bytes
Breadcrumbs
ImagePicker
/
ImagePicker.podspec
Copy path
File metadata and controls
16 lines (16 loc) · 689 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
|
s
|
s
.
name
=
"ImagePicker"
s
.
summary
=
"Reinventing the way ImagePicker works."
s
.
version
=
"3.2.0"
s
.
homepage
=
"https://github.com/hyperoslo/ImagePicker"
s
.
license
=
'MIT'
s
.
author
=
{
"Hyper Interaktiv AS"
=>
"ios@hyper.no"
}
s
.
source
=
{
:git
=>
"https://github.com/hyperoslo/ImagePicker.git"
,
:tag
=>
s
.
version
.
to_s
}
s
.
social_media_url
=
'https://twitter.com/hyperoslo'
s
.
platform
=
:ios
,
'9.0'
s
.
requires_arc
=
true
s
.
source_files
=
'Source/**/*'
s
.
resource_bundles
=
{
'ImagePicker'
=>
[
'Images/*.{png}'
]
}
s
.
frameworks
=
'AVFoundation'
s
.
swift_version
=
'5.0'
end
Back
|
FazBrowse Home
|
New Git URL