forked from mergesort/UIImage-Transforms
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathUIImage+Transforms.podspec
More file actions
Latest commit
14 lines (14 loc) · 686 Bytes
/
Copy pathUIImage+Transforms.podspec
File metadata and controls
14 lines (14 loc) · 686 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Pod::Spec.newdo |spec|
spec.name='UIImage+Transforms'
spec.version='1.0.5'
spec.license={:type=>'Apache 2.0',:file=>'LICENSE'}
spec.homepage='https://github.com/mergesort/UIImage-Transforms'
spec.author={'Joe Fabisevich'=>'github@fabisevi.ch'}
spec.summary='Methods and functions for manipulating UIImages'
spec.source={:git=>'https://github.com/mergesort/UIImage-Transforms.git',:tag=>"#{spec.version}"}
spec.source_files='*.{h,m}'
spec.framework='Foundation'
spec.requires_arc=true
spec.social_media_url='https://twitter.com/mergesort'
spec.ios.deployment_target='5.0'
end