FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
TOCropViewController/CropViewController.podspec at master · vedidev/TOCropViewController · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
vedidev
/
TOCropViewController
Public
forked from
TimOliver/TOCropViewController
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
TOCropViewController
/
CropViewController.podspec
Copy path
More file actions
More file actions
Latest commit
History
History
History
13 lines (13 loc) · 580 Bytes
Breadcrumbs
TOCropViewController
/
CropViewController.podspec
Copy path
File metadata and controls
13 lines (13 loc) · 580 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
=
'CropViewController'
s
.
version
=
'2.3.5'
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
,
'8.0'
s
.
source_files
=
'Swift/CropViewController/**/*.{swift}'
s
.
requires_arc
=
true
s
.
dependency
'TOCropViewController'
end
Back
|
FazBrowse Home
|
New Git URL