FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
TOCropViewController/CropViewController.podspec at main · TimOliver/TOCropViewController · GitHub
TimOliver
/
TOCropViewController
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
1k
Star
4.9k
Code
Issues
103
Pull requests
2
Discussions
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
TOCropViewController
/
CropViewController.podspec
Copy path
More file actions
More file actions
Latest commit
History
History
History
17 lines (17 loc) · 813 Bytes
Breadcrumbs
TOCropViewController
/
CropViewController.podspec
Copy path
File metadata and controls
17 lines (17 loc) · 813 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
17
Pod
::
Spec
.
new
do
|
s
|
s
.
name
=
'CropViewController'
s
.
version
=
'3.2.0'
s
.
license
=
{
:type
=>
'MIT'
,
:file
=>
'LICENSE'
}
s
.
summary
=
'A Swift view controller that enables cropping and rotating of UIImage objects.'
s
.
homepage
=
'https://github.com/TimOliver/TOCropViewController'
s
.
author
=
'Tim Oliver'
s
.
source
=
{
:git
=>
'https://github.com/TimOliver/TOCropViewController.git'
,
:tag
=>
s
.
version
}
s
.
platform
=
:ios
,
'12.0'
s
.
source_files
=
'Swift/CropViewController/**/*.{h,swift}'
,
'Objective-C/TOCropViewController/**/*.{h,m}'
s
.
exclude_files
=
'Objective-C/TOCropViewController/include/**/*.h'
s
.
resource_bundles
=
{
'TOCropViewControllerBundle'
=>
[
'Objective-C/TOCropViewController/**/*.{lproj,xcprivacy}'
]
}
s
.
requires_arc
=
true
s
.
swift_version
=
'5.0'
end
Back
|
FazBrowse Home
|
New Git URL