forked from TimOliver/TOCropViewController
- Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathTOCropViewController.podspec
More file actions
Latest commit
15 lines (15 loc) · 657 Bytes
/
Copy pathTOCropViewController.podspec
File metadata and controls
15 lines (15 loc) · 657 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Pod::Spec.newdo |s|
s.name='TOCropViewController'
s.version='2.5.4'
s.license={:type=>'MIT',:file=>'LICENSE'}
s.summary='A view controller that enables cropping and rotation 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='Objective-C/TOCropViewController/**/*.{h,m}'
s.resource_bundles={
'TOCropViewControllerBundle'=>['Objective-C/TOCropViewController/**/*.lproj']
}
s.requires_arc=true
end